Shades of Earls Green #BBB92F
Tints of Earls Green #BBB92F
RGB
CMYK
RGB Variations
Color information
#BBB92F (or 0xBBB92F) is known color: Earls Green. HEX triplet: BB, B9 and 2F. RGB value is (187,185,47). Sum of RGB (Red+Green+Blue) = 187+185+47=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB92F is #4446D0. Grayscale: #AAAAAA. Windows color (decimal): -4474577 or 3127739. OLE color: 3127739.
HSL color Cylindrical-coordinate representation of color #BBB92F: hue angle of 59.14º degrees, saturation: 0.6, 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 #BBB92F is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 47 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.27 |
| HSL | 59.14º | 0.6% | 0.46% | - |
| HSV(B) | 59.14º | 0.75% | 0.73% | - |
| XYZ | 38.36 | 45.47 | 9.44 | - |
| YUV | 169.87 | 58.66 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 47 | 0 | 0.01 | 0.75 | 0.27 | 59.14 | 0.6 | 0.46 |
| Hex | BB | B9 | 2F | 0 | 1 | 4B | 1B | 3B | 3C | 2E |
| Octal | 273 | 271 | 57 | 0 | 1 | 113 | 33 | 73 | 74 | 56 |
| Binary | 10111011 | 10111001 | 101111 | 0 | 1 | 1001011 | 11011 | 111011 | 111100 | 101110 |
Color Harmonies of #BBB92F
Complementary color
Monochromatic Colors of #BBB92F
Black with #BBB92F
Text Example
Text Example
White with #BBB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB92F; }
p { color: rgb(187,185,47); }
H1.HeaderClassName
{
color: #BBB92F;
}
.AnyTagClassName
{
color: #BBB92F;
}
</style>
background-color css
<style>
a { background-color: #BBB92F; }
a { background-color: rgb(187,185,47); }
div.DivClassName
{
background-color: #BBB92F;
}
.BgClassName
{
background-color: #BBB92F;
}
</style>
border-color css
<style>
span { border-color: #BBB92F; }
span { border-color: rgb(187,185,47); }
td.TdClassName
{
border-color: #BBB92F;
}
.TagClassName
{
border-color: #BBB92F;
}
</style>