Shades of Earls Green #BBB02C
Tints of Earls Green #BBB02C
RGB
CMYK
RGB Variations
Color information
#BBB02C (or 0xBBB02C) is known color: Earls Green. HEX triplet: BB, B0 and 2C. RGB value is (187,176,44). Sum of RGB (Red+Green+Blue) = 187+176+44=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB02C is #444FD3. Grayscale: #A4A4A4. Windows color (decimal): -4476884 or 2928827. OLE color: 2928827.
HSL color Cylindrical-coordinate representation of color #BBB02C: hue angle of 55.38º 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 #BBB02C is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 44 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 55.38º | 0.62% | 0.45% | - |
| HSV(B) | 55.38º | 0.76% | 0.73% | - |
| XYZ | 36.47 | 41.8 | 8.53 | - |
| YUV | 164.24 | 60.14 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 44 | 0 | 0.06 | 0.76 | 0.27 | 55.38 | 0.62 | 0.45 |
| Hex | BB | B0 | 2C | 0 | 6 | 4C | 1B | 37 | 3E | 2D |
| Octal | 273 | 260 | 54 | 0 | 6 | 114 | 33 | 67 | 76 | 55 |
| Binary | 10111011 | 10110000 | 101100 | 0 | 110 | 1001100 | 11011 | 110111 | 111110 | 101101 |
Color Harmonies of #BBB02C
Complementary color
Monochromatic Colors of #BBB02C
Black with #BBB02C
Text Example
Text Example
White with #BBB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB02C; }
p { color: rgb(187,176,44); }
H1.HeaderClassName
{
color: #BBB02C;
}
.AnyTagClassName
{
color: #BBB02C;
}
</style>
background-color css
<style>
a { background-color: #BBB02C; }
a { background-color: rgb(187,176,44); }
div.DivClassName
{
background-color: #BBB02C;
}
.BgClassName
{
background-color: #BBB02C;
}
</style>
border-color css
<style>
span { border-color: #BBB02C; }
span { border-color: rgb(187,176,44); }
td.TdClassName
{
border-color: #BBB02C;
}
.TagClassName
{
border-color: #BBB02C;
}
</style>