You can either use an anchor tag and style it
<a class="btn btn-success" href="https://www.google.com" target="_blank">Google</a>
Or you can change your button to
<button title="button title" class="action primary tocart" onclick=" window.open('http://www.google.com', '_blank'); return false;">Google</button>