Shades of Earls Green #BBAB2C
Tints of Earls Green #BBAB2C
RGB
CMYK
RGB Variations
Color information
#BBAB2C (or 0xBBAB2C) is known color: Earls Green. HEX triplet: BB, AB and 2C. RGB value is (187,171,44). Sum of RGB (Red+Green+Blue) = 187+171+44=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB2C is #4454D3. Grayscale: #A1A1A1. Windows color (decimal): -4478164 or 2927547. OLE color: 2927547.
HSL color Cylindrical-coordinate representation of color #BBAB2C: hue angle of 53.29º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBAB2C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 44 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.27 |
| HSL | 53.29º | 0.62% | 0.45% | - |
| HSV(B) | 53.29º | 0.76% | 0.73% | - |
| XYZ | 35.51 | 39.87 | 8.21 | - |
| YUV | 161.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 44 | 0 | 0.09 | 0.76 | 0.27 | 53.29 | 0.62 | 0.45 |
| Hex | BB | AB | 2C | 0 | 9 | 4C | 1B | 35 | 3E | 2D |
| Octal | 273 | 253 | 54 | 0 | 11 | 114 | 33 | 65 | 76 | 55 |
| Binary | 10111011 | 10101011 | 101100 | 0 | 1001 | 1001100 | 11011 | 110101 | 111110 | 101101 |
Color Harmonies of #BBAB2C
Complementary color
Monochromatic Colors of #BBAB2C
Black with #BBAB2C
Text Example
Text Example
White with #BBAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB2C; }
p { color: rgb(187,171,44); }
H1.HeaderClassName
{
color: #BBAB2C;
}
.AnyTagClassName
{
color: #BBAB2C;
}
</style>
background-color css
<style>
a { background-color: #BBAB2C; }
a { background-color: rgb(187,171,44); }
div.DivClassName
{
background-color: #BBAB2C;
}
.BgClassName
{
background-color: #BBAB2C;
}
</style>
border-color css
<style>
span { border-color: #BBAB2C; }
span { border-color: rgb(187,171,44); }
td.TdClassName
{
border-color: #BBAB2C;
}
.TagClassName
{
border-color: #BBAB2C;
}
</style>