Shades of Earls Green #BBAC0F
Tints of Earls Green #BBAC0F
RGB
CMYK
RGB Variations
Color information
#BBAC0F (or 0xBBAC0F) is known color: Earls Green. HEX triplet: BB, AC and 0F. RGB value is (187,172,15). Sum of RGB (Red+Green+Blue) = 187+172+15=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC0F is #4453F0. Grayscale: #9F9F9F. Windows color (decimal): -4477937 or 1027259. OLE color: 1027259.
HSL color Cylindrical-coordinate representation of color #BBAC0F: hue angle of 54.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBAC0F is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 15 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.27 |
| HSL | 54.77º | 0.85% | 0.4% | - |
| HSV(B) | 54.77º | 0.92% | 0.73% | - |
| XYZ | 35.33 | 40.1 | 6.33 | - |
| YUV | 158.59 | 46.97 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 15 | 0 | 0.08 | 0.92 | 0.27 | 54.77 | 0.85 | 0.4 |
| Hex | BB | AC | F | 0 | 8 | 5C | 1B | 37 | 55 | 28 |
| Octal | 273 | 254 | 17 | 0 | 10 | 134 | 33 | 67 | 125 | 50 |
| Binary | 10111011 | 10101100 | 1111 | 0 | 1000 | 1011100 | 11011 | 110111 | 1010101 | 101000 |
Color Harmonies of #BBAC0F
Complementary color
Monochromatic Colors of #BBAC0F
Black with #BBAC0F
Text Example
Text Example
White with #BBAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC0F; }
p { color: rgb(187,172,15); }
H1.HeaderClassName
{
color: #BBAC0F;
}
.AnyTagClassName
{
color: #BBAC0F;
}
</style>
background-color css
<style>
a { background-color: #BBAC0F; }
a { background-color: rgb(187,172,15); }
div.DivClassName
{
background-color: #BBAC0F;
}
.BgClassName
{
background-color: #BBAC0F;
}
</style>
border-color css
<style>
span { border-color: #BBAC0F; }
span { border-color: rgb(187,172,15); }
td.TdClassName
{
border-color: #BBAC0F;
}
.TagClassName
{
border-color: #BBAC0F;
}
</style>