Shades of Earls Green #BBB82D
Tints of Earls Green #BBB82D
RGB
CMYK
RGB Variations
Color information
#BBB82D (or 0xBBB82D) is known color: Earls Green. HEX triplet: BB, B8 and 2D. RGB value is (187,184,45). Sum of RGB (Red+Green+Blue) = 187+184+45=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB82D is #4447D2. Grayscale: #A9A9A9. Windows color (decimal): -4474835 or 2996411. OLE color: 2996411.
HSL color Cylindrical-coordinate representation of color #BBB82D: hue angle of 58.73º degrees, saturation: 0.61, 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 #BBB82D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 45 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.27 |
| HSL | 58.73º | 0.61% | 0.45% | - |
| HSV(B) | 58.73º | 0.76% | 0.73% | - |
| XYZ | 38.11 | 45.04 | 9.17 | - |
| YUV | 169.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 45 | 0 | 0.02 | 0.76 | 0.27 | 58.73 | 0.61 | 0.45 |
| Hex | BB | B8 | 2D | 0 | 2 | 4C | 1B | 3B | 3D | 2D |
| Octal | 273 | 270 | 55 | 0 | 2 | 114 | 33 | 73 | 75 | 55 |
| Binary | 10111011 | 10111000 | 101101 | 0 | 10 | 1001100 | 11011 | 111011 | 111101 | 101101 |
Color Harmonies of #BBB82D
Complementary color
Monochromatic Colors of #BBB82D
Black with #BBB82D
Text Example
Text Example
White with #BBB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB82D; }
p { color: rgb(187,184,45); }
H1.HeaderClassName
{
color: #BBB82D;
}
.AnyTagClassName
{
color: #BBB82D;
}
</style>
background-color css
<style>
a { background-color: #BBB82D; }
a { background-color: rgb(187,184,45); }
div.DivClassName
{
background-color: #BBB82D;
}
.BgClassName
{
background-color: #BBB82D;
}
</style>
border-color css
<style>
span { border-color: #BBB82D; }
span { border-color: rgb(187,184,45); }
td.TdClassName
{
border-color: #BBB82D;
}
.TagClassName
{
border-color: #BBB82D;
}
</style>