Shades of Earls Green #BBAB18
Tints of Earls Green #BBAB18
RGB
CMYK
RGB Variations
Color information
#BBAB18 (or 0xBBAB18) is known color: Earls Green. HEX triplet: BB, AB and 18. RGB value is (187,171,24). Sum of RGB (Red+Green+Blue) = 187+171+24=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB18 is #4454E7. Grayscale: #9F9F9F. Windows color (decimal): -4478184 or 1616827. OLE color: 1616827.
HSL color Cylindrical-coordinate representation of color #BBAB18: hue angle of 54.11º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBAB18 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 24 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.27 |
| HSL | 54.11º | 0.77% | 0.41% | - |
| HSV(B) | 54.11º | 0.87% | 0.73% | - |
| XYZ | 35.22 | 39.76 | 6.68 | - |
| YUV | 159.03 | 51.8 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 24 | 0 | 0.09 | 0.87 | 0.27 | 54.11 | 0.77 | 0.41 |
| Hex | BB | AB | 18 | 0 | 9 | 57 | 1B | 36 | 4D | 29 |
| Octal | 273 | 253 | 30 | 0 | 11 | 127 | 33 | 66 | 115 | 51 |
| Binary | 10111011 | 10101011 | 11000 | 0 | 1001 | 1010111 | 11011 | 110110 | 1001101 | 101001 |
Color Harmonies of #BBAB18
Complementary color
Monochromatic Colors of #BBAB18
Black with #BBAB18
Text Example
Text Example
White with #BBAB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB18; }
p { color: rgb(187,171,24); }
H1.HeaderClassName
{
color: #BBAB18;
}
.AnyTagClassName
{
color: #BBAB18;
}
</style>
background-color css
<style>
a { background-color: #BBAB18; }
a { background-color: rgb(187,171,24); }
div.DivClassName
{
background-color: #BBAB18;
}
.BgClassName
{
background-color: #BBAB18;
}
</style>
border-color css
<style>
span { border-color: #BBAB18; }
span { border-color: rgb(187,171,24); }
td.TdClassName
{
border-color: #BBAB18;
}
.TagClassName
{
border-color: #BBAB18;
}
</style>