Shades of Earls Green #BBAA0B
Tints of Earls Green #BBAA0B
RGB
CMYK
RGB Variations
Color information
#BBAA0B (or 0xBBAA0B) is known color: Earls Green. HEX triplet: BB, AA and 0B. RGB value is (187,170,11). Sum of RGB (Red+Green+Blue) = 187+170+11=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA0B is #4455F4. Grayscale: #9D9D9D. Windows color (decimal): -4478453 or 764603. OLE color: 764603.
HSL color Cylindrical-coordinate representation of color #BBAA0B: hue angle of 54.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBAA0B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.27 |
| HSL | 54.2º | 0.89% | 0.39% | - |
| HSV(B) | 54.2º | 0.94% | 0.73% | - |
| XYZ | 34.93 | 39.34 | 6.07 | - |
| YUV | 156.96 | 45.63 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 11 | 0 | 0.09 | 0.94 | 0.27 | 54.2 | 0.89 | 0.39 |
| Hex | BB | AA | B | 0 | 9 | 5E | 1B | 36 | 59 | 27 |
| Octal | 273 | 252 | 13 | 0 | 11 | 136 | 33 | 66 | 131 | 47 |
| Binary | 10111011 | 10101010 | 1011 | 0 | 1001 | 1011110 | 11011 | 110110 | 1011001 | 100111 |
Color Harmonies of #BBAA0B
Complementary color
Monochromatic Colors of #BBAA0B
Black with #BBAA0B
Text Example
Text Example
White with #BBAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA0B; }
p { color: rgb(187,170,11); }
H1.HeaderClassName
{
color: #BBAA0B;
}
.AnyTagClassName
{
color: #BBAA0B;
}
</style>
background-color css
<style>
a { background-color: #BBAA0B; }
a { background-color: rgb(187,170,11); }
div.DivClassName
{
background-color: #BBAA0B;
}
.BgClassName
{
background-color: #BBAA0B;
}
</style>
border-color css
<style>
span { border-color: #BBAA0B; }
span { border-color: rgb(187,170,11); }
td.TdClassName
{
border-color: #BBAA0B;
}
.TagClassName
{
border-color: #BBAA0B;
}
</style>