Shades of Earls Green #B9A62E
Tints of Earls Green #B9A62E
RGB
CMYK
RGB Variations
Color information
#B9A62E (or 0xB9A62E) is known color: Earls Green. HEX triplet: B9, A6 and 2E. RGB value is (185,166,46). Sum of RGB (Red+Green+Blue) = 185+166+46=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A62E is #4659D1. Grayscale: #9E9E9E. Windows color (decimal): -4610514 or 3057337. OLE color: 3057337.
HSL color Cylindrical-coordinate representation of color #B9A62E: hue angle of 51.8º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9A62E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 46 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.27 |
| HSL | 51.8º | 0.6% | 0.45% | - |
| HSV(B) | 51.8º | 0.75% | 0.73% | - |
| XYZ | 34.14 | 37.78 | 8.08 | - |
| YUV | 158 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 46 | 0 | 0.10 | 0.75 | 0.27 | 51.8 | 0.6 | 0.45 |
| Hex | B9 | A6 | 2E | 0 | A | 4B | 1B | 34 | 3C | 2D |
| Octal | 271 | 246 | 56 | 0 | 12 | 113 | 33 | 64 | 74 | 55 |
| Binary | 10111001 | 10100110 | 101110 | 0 | 1010 | 1001011 | 11011 | 110100 | 111100 | 101101 |
Color Harmonies of #B9A62E
Complementary color
Monochromatic Colors of #B9A62E
Black with #B9A62E
Text Example
Text Example
White with #B9A62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A62E; }
p { color: rgb(185,166,46); }
H1.HeaderClassName
{
color: #B9A62E;
}
.AnyTagClassName
{
color: #B9A62E;
}
</style>
background-color css
<style>
a { background-color: #B9A62E; }
a { background-color: rgb(185,166,46); }
div.DivClassName
{
background-color: #B9A62E;
}
.BgClassName
{
background-color: #B9A62E;
}
</style>
border-color css
<style>
span { border-color: #B9A62E; }
span { border-color: rgb(185,166,46); }
td.TdClassName
{
border-color: #B9A62E;
}
.TagClassName
{
border-color: #B9A62E;
}
</style>