Shades of Earls Green #BBB024
Tints of Earls Green #BBB024
RGB
CMYK
RGB Variations
Color information
#BBB024 (or 0xBBB024) is known color: Earls Green. HEX triplet: BB, B0 and 24. RGB value is (187,176,36). Sum of RGB (Red+Green+Blue) = 187+176+36=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB024 is #444FDB. Grayscale: #A3A3A3. Windows color (decimal): -4476892 or 2404539. OLE color: 2404539.
HSL color Cylindrical-coordinate representation of color #BBB024: hue angle of 55.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBB024 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 36 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.27 |
| HSL | 55.63º | 0.68% | 0.44% | - |
| HSV(B) | 55.63º | 0.81% | 0.73% | - |
| XYZ | 36.34 | 41.74 | 7.81 | - |
| YUV | 163.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 36 | 0 | 0.06 | 0.81 | 0.27 | 55.63 | 0.68 | 0.44 |
| Hex | BB | B0 | 24 | 0 | 6 | 51 | 1B | 38 | 44 | 2C |
| Octal | 273 | 260 | 44 | 0 | 6 | 121 | 33 | 70 | 104 | 54 |
| Binary | 10111011 | 10110000 | 100100 | 0 | 110 | 1010001 | 11011 | 111000 | 1000100 | 101100 |
Color Harmonies of #BBB024
Complementary color
Monochromatic Colors of #BBB024
Black with #BBB024
Text Example
Text Example
White with #BBB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB024; }
p { color: rgb(187,176,36); }
H1.HeaderClassName
{
color: #BBB024;
}
.AnyTagClassName
{
color: #BBB024;
}
</style>
background-color css
<style>
a { background-color: #BBB024; }
a { background-color: rgb(187,176,36); }
div.DivClassName
{
background-color: #BBB024;
}
.BgClassName
{
background-color: #BBB024;
}
</style>
border-color css
<style>
span { border-color: #BBB024; }
span { border-color: rgb(187,176,36); }
td.TdClassName
{
border-color: #BBB024;
}
.TagClassName
{
border-color: #BBB024;
}
</style>