Shades of Earls Green #BBB82B
Tints of Earls Green #BBB82B
RGB
CMYK
RGB Variations
Color information
#BBB82B (or 0xBBB82B) is known color: Earls Green. HEX triplet: BB, B8 and 2B. RGB value is (187,184,43). Sum of RGB (Red+Green+Blue) = 187+184+43=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB82B is #4447D4. Grayscale: #A9A9A9. Windows color (decimal): -4474837 or 2865339. OLE color: 2865339.
HSL color Cylindrical-coordinate representation of color #BBB82B: hue angle of 58.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBB82B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 43 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.27 |
| HSL | 58.75º | 0.63% | 0.45% | - |
| HSV(B) | 58.75º | 0.77% | 0.73% | - |
| XYZ | 38.07 | 45.02 | 8.97 | - |
| YUV | 168.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 43 | 0 | 0.02 | 0.77 | 0.27 | 58.75 | 0.63 | 0.45 |
| Hex | BB | B8 | 2B | 0 | 2 | 4D | 1B | 3B | 3F | 2D |
| Octal | 273 | 270 | 53 | 0 | 2 | 115 | 33 | 73 | 77 | 55 |
| Binary | 10111011 | 10111000 | 101011 | 0 | 10 | 1001101 | 11011 | 111011 | 111111 | 101101 |
Color Harmonies of #BBB82B
Complementary color
Monochromatic Colors of #BBB82B
Black with #BBB82B
Text Example
Text Example
White with #BBB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB82B; }
p { color: rgb(187,184,43); }
H1.HeaderClassName
{
color: #BBB82B;
}
.AnyTagClassName
{
color: #BBB82B;
}
</style>
background-color css
<style>
a { background-color: #BBB82B; }
a { background-color: rgb(187,184,43); }
div.DivClassName
{
background-color: #BBB82B;
}
.BgClassName
{
background-color: #BBB82B;
}
</style>
border-color css
<style>
span { border-color: #BBB82B; }
span { border-color: rgb(187,184,43); }
td.TdClassName
{
border-color: #BBB82B;
}
.TagClassName
{
border-color: #BBB82B;
}
</style>