Shades of Earls Green #BBAC0E
Tints of Earls Green #BBAC0E
RGB
CMYK
RGB Variations
Color information
#BBAC0E (or 0xBBAC0E) is known color: Earls Green. HEX triplet: BB, AC and 0E. RGB value is (187,172,14). Sum of RGB (Red+Green+Blue) = 187+172+14=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC0E is #4453F1. Grayscale: #9F9F9F. Windows color (decimal): -4477938 or 961723. OLE color: 961723.
HSL color Cylindrical-coordinate representation of color #BBAC0E: hue angle of 54.8º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBAC0E is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 14 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.27 |
| HSL | 54.8º | 0.86% | 0.39% | - |
| HSV(B) | 54.8º | 0.93% | 0.73% | - |
| XYZ | 35.33 | 40.1 | 6.29 | - |
| YUV | 158.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 14 | 0 | 0.08 | 0.93 | 0.27 | 54.8 | 0.86 | 0.39 |
| Hex | BB | AC | E | 0 | 8 | 5D | 1B | 37 | 56 | 27 |
| Octal | 273 | 254 | 16 | 0 | 10 | 135 | 33 | 67 | 126 | 47 |
| Binary | 10111011 | 10101100 | 1110 | 0 | 1000 | 1011101 | 11011 | 110111 | 1010110 | 100111 |
Color Harmonies of #BBAC0E
Complementary color
Monochromatic Colors of #BBAC0E
Black with #BBAC0E
Text Example
Text Example
White with #BBAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC0E; }
p { color: rgb(187,172,14); }
H1.HeaderClassName
{
color: #BBAC0E;
}
.AnyTagClassName
{
color: #BBAC0E;
}
</style>
background-color css
<style>
a { background-color: #BBAC0E; }
a { background-color: rgb(187,172,14); }
div.DivClassName
{
background-color: #BBAC0E;
}
.BgClassName
{
background-color: #BBAC0E;
}
</style>
border-color css
<style>
span { border-color: #BBAC0E; }
span { border-color: rgb(187,172,14); }
td.TdClassName
{
border-color: #BBAC0E;
}
.TagClassName
{
border-color: #BBAC0E;
}
</style>