Shades of Earls Green #BBB42F
Tints of Earls Green #BBB42F
RGB
CMYK
RGB Variations
Color information
#BBB42F (or 0xBBB42F) is known color: Earls Green. HEX triplet: BB, B4 and 2F. RGB value is (187,180,47). Sum of RGB (Red+Green+Blue) = 187+180+47=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB42F is #444BD0. Grayscale: #A7A7A7. Windows color (decimal): -4475857 or 3126459. OLE color: 3126459.
HSL color Cylindrical-coordinate representation of color #BBB42F: hue angle of 57º 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 #BBB42F is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 47 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.27 |
| HSL | 57º | 0.6% | 0.46% | - |
| HSV(B) | 57º | 0.75% | 0.73% | - |
| XYZ | 37.33 | 43.41 | 9.1 | - |
| YUV | 166.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 47 | 0 | 0.04 | 0.75 | 0.27 | 57 | 0.6 | 0.46 |
| Hex | BB | B4 | 2F | 0 | 4 | 4B | 1B | 39 | 3C | 2E |
| Octal | 273 | 264 | 57 | 0 | 4 | 113 | 33 | 71 | 74 | 56 |
| Binary | 10111011 | 10110100 | 101111 | 0 | 100 | 1001011 | 11011 | 111001 | 111100 | 101110 |
Color Harmonies of #BBB42F
Complementary color
Monochromatic Colors of #BBB42F
Black with #BBB42F
Text Example
Text Example
White with #BBB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB42F; }
p { color: rgb(187,180,47); }
H1.HeaderClassName
{
color: #BBB42F;
}
.AnyTagClassName
{
color: #BBB42F;
}
</style>
background-color css
<style>
a { background-color: #BBB42F; }
a { background-color: rgb(187,180,47); }
div.DivClassName
{
background-color: #BBB42F;
}
.BgClassName
{
background-color: #BBB42F;
}
</style>
border-color css
<style>
span { border-color: #BBB42F; }
span { border-color: rgb(187,180,47); }
td.TdClassName
{
border-color: #BBB42F;
}
.TagClassName
{
border-color: #BBB42F;
}
</style>