Selected option's background
crbug.com/517478
HTML
<select id="colorSelect" >
<option>Select A Color</option>
<option style='background:url(http://icons.iconarchive.com/icons/paomedia/small-n-flat/1024/sign-check-icon.png) center center no-repeat; background-size:10px;;'>Airforce Blue</option>
<option style='background-color:#E52B50'>Amaranth</option>
<option style='background-color:#FFBF00'>Amber</option>
<option style='background-color:#9966CC'>Amethyst</option>
<option style='background-color:#FBCEB1'>Apricot</option>
</select>