Shades of Earls Green #BBB92E
Tints of Earls Green #BBB92E
RGB
CMYK
RGB Variations
Color information
#BBB92E (or 0xBBB92E) is known color: Earls Green. HEX triplet: BB, B9 and 2E. RGB value is (187,185,46). Sum of RGB (Red+Green+Blue) = 187+185+46=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB92E is #4446D1. Grayscale: #AAAAAA. Windows color (decimal): -4474578 or 3062203. OLE color: 3062203.
HSL color Cylindrical-coordinate representation of color #BBB92E: hue angle of 59.15º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBB92E is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 46 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.27 |
| HSL | 59.15º | 0.61% | 0.46% | - |
| HSV(B) | 59.15º | 0.75% | 0.73% | - |
| XYZ | 38.34 | 45.46 | 9.34 | - |
| YUV | 169.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 46 | 0 | 0.01 | 0.75 | 0.27 | 59.15 | 0.61 | 0.46 |
| Hex | BB | B9 | 2E | 0 | 1 | 4B | 1B | 3B | 3D | 2E |
| Octal | 273 | 271 | 56 | 0 | 1 | 113 | 33 | 73 | 75 | 56 |
| Binary | 10111011 | 10111001 | 101110 | 0 | 1 | 1001011 | 11011 | 111011 | 111101 | 101110 |
Color Harmonies of #BBB92E
Complementary color
Monochromatic Colors of #BBB92E
Black with #BBB92E
Text Example
Text Example
White with #BBB92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB92E; }
p { color: rgb(187,185,46); }
H1.HeaderClassName
{
color: #BBB92E;
}
.AnyTagClassName
{
color: #BBB92E;
}
</style>
background-color css
<style>
a { background-color: #BBB92E; }
a { background-color: rgb(187,185,46); }
div.DivClassName
{
background-color: #BBB92E;
}
.BgClassName
{
background-color: #BBB92E;
}
</style>
border-color css
<style>
span { border-color: #BBB92E; }
span { border-color: rgb(187,185,46); }
td.TdClassName
{
border-color: #BBB92E;
}
.TagClassName
{
border-color: #BBB92E;
}
</style>