Shades of Earls Green #BBB02A
Tints of Earls Green #BBB02A
RGB
CMYK
RGB Variations
Color information
#BBB02A (or 0xBBB02A) is known color: Earls Green. HEX triplet: BB, B0 and 2A. RGB value is (187,176,42). Sum of RGB (Red+Green+Blue) = 187+176+42=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB02A is #444FD5. Grayscale: #A4A4A4. Windows color (decimal): -4476886 or 2797755. OLE color: 2797755.
HSL color Cylindrical-coordinate representation of color #BBB02A: hue angle of 55.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBB02A is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 42 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.27 |
| HSL | 55.45º | 0.63% | 0.45% | - |
| HSV(B) | 55.45º | 0.78% | 0.73% | - |
| XYZ | 36.44 | 41.78 | 8.33 | - |
| YUV | 164.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 42 | 0 | 0.06 | 0.78 | 0.27 | 55.45 | 0.63 | 0.45 |
| Hex | BB | B0 | 2A | 0 | 6 | 4E | 1B | 37 | 3F | 2D |
| Octal | 273 | 260 | 52 | 0 | 6 | 116 | 33 | 67 | 77 | 55 |
| Binary | 10111011 | 10110000 | 101010 | 0 | 110 | 1001110 | 11011 | 110111 | 111111 | 101101 |
Color Harmonies of #BBB02A
Complementary color
Monochromatic Colors of #BBB02A
Black with #BBB02A
Text Example
Text Example
White with #BBB02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB02A; }
p { color: rgb(187,176,42); }
H1.HeaderClassName
{
color: #BBB02A;
}
.AnyTagClassName
{
color: #BBB02A;
}
</style>
background-color css
<style>
a { background-color: #BBB02A; }
a { background-color: rgb(187,176,42); }
div.DivClassName
{
background-color: #BBB02A;
}
.BgClassName
{
background-color: #BBB02A;
}
</style>
border-color css
<style>
span { border-color: #BBB02A; }
span { border-color: rgb(187,176,42); }
td.TdClassName
{
border-color: #BBB02A;
}
.TagClassName
{
border-color: #BBB02A;
}
</style>