Shades of Earls Green #BBB824
Tints of Earls Green #BBB824
RGB
CMYK
RGB Variations
Color information
#BBB824 (or 0xBBB824) is known color: Earls Green. HEX triplet: BB, B8 and 24. RGB value is (187,184,36). Sum of RGB (Red+Green+Blue) = 187+184+36=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB824 is #4447DB. Grayscale: #A8A8A8. Windows color (decimal): -4474844 or 2406587. OLE color: 2406587.
HSL color Cylindrical-coordinate representation of color #BBB824: hue angle of 58.81º 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 #BBB824 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 36 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.27 |
| HSL | 58.81º | 0.68% | 0.44% | - |
| HSV(B) | 58.81º | 0.81% | 0.73% | - |
| XYZ | 37.95 | 44.97 | 8.35 | - |
| YUV | 168.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 36 | 0 | 0.02 | 0.81 | 0.27 | 58.81 | 0.68 | 0.44 |
| Hex | BB | B8 | 24 | 0 | 2 | 51 | 1B | 3B | 44 | 2C |
| Octal | 273 | 270 | 44 | 0 | 2 | 121 | 33 | 73 | 104 | 54 |
| Binary | 10111011 | 10111000 | 100100 | 0 | 10 | 1010001 | 11011 | 111011 | 1000100 | 101100 |
Color Harmonies of #BBB824
Complementary color
Monochromatic Colors of #BBB824
Black with #BBB824
Text Example
Text Example
White with #BBB824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB824; }
p { color: rgb(187,184,36); }
H1.HeaderClassName
{
color: #BBB824;
}
.AnyTagClassName
{
color: #BBB824;
}
</style>
background-color css
<style>
a { background-color: #BBB824; }
a { background-color: rgb(187,184,36); }
div.DivClassName
{
background-color: #BBB824;
}
.BgClassName
{
background-color: #BBB824;
}
</style>
border-color css
<style>
span { border-color: #BBB824; }
span { border-color: rgb(187,184,36); }
td.TdClassName
{
border-color: #BBB824;
}
.TagClassName
{
border-color: #BBB824;
}
</style>