Shades of Earls Green #BBAB10
Tints of Earls Green #BBAB10
RGB
CMYK
RGB Variations
Color information
#BBAB10 (or 0xBBAB10) is known color: Earls Green. HEX triplet: BB, AB and 10. RGB value is (187,171,16). Sum of RGB (Red+Green+Blue) = 187+171+16=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB10 is #4454EF. Grayscale: #9E9E9E. Windows color (decimal): -4478192 or 1092539. OLE color: 1092539.
HSL color Cylindrical-coordinate representation of color #BBAB10: hue angle of 54.39º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBAB10 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 16 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.27 |
| HSL | 54.39º | 0.84% | 0.4% | - |
| HSV(B) | 54.39º | 0.91% | 0.73% | - |
| XYZ | 35.15 | 39.73 | 6.31 | - |
| YUV | 158.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 16 | 0 | 0.09 | 0.91 | 0.27 | 54.39 | 0.84 | 0.4 |
| Hex | BB | AB | 10 | 0 | 9 | 5B | 1B | 36 | 54 | 28 |
| Octal | 273 | 253 | 20 | 0 | 11 | 133 | 33 | 66 | 124 | 50 |
| Binary | 10111011 | 10101011 | 10000 | 0 | 1001 | 1011011 | 11011 | 110110 | 1010100 | 101000 |
Color Harmonies of #BBAB10
Complementary color
Monochromatic Colors of #BBAB10
Black with #BBAB10
Text Example
Text Example
White with #BBAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB10; }
p { color: rgb(187,171,16); }
H1.HeaderClassName
{
color: #BBAB10;
}
.AnyTagClassName
{
color: #BBAB10;
}
</style>
background-color css
<style>
a { background-color: #BBAB10; }
a { background-color: rgb(187,171,16); }
div.DivClassName
{
background-color: #BBAB10;
}
.BgClassName
{
background-color: #BBAB10;
}
</style>
border-color css
<style>
span { border-color: #BBAB10; }
span { border-color: rgb(187,171,16); }
td.TdClassName
{
border-color: #BBAB10;
}
.TagClassName
{
border-color: #BBAB10;
}
</style>