Shades of Earls Green #B9A62B
Tints of Earls Green #B9A62B
RGB
CMYK
RGB Variations
Color information
#B9A62B (or 0xB9A62B) is known color: Earls Green. HEX triplet: B9, A6 and 2B. RGB value is (185,166,43). Sum of RGB (Red+Green+Blue) = 185+166+43=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A62B is #4659D4. Grayscale: #9E9E9E. Windows color (decimal): -4610517 or 2860729. OLE color: 2860729.
HSL color Cylindrical-coordinate representation of color #B9A62B: hue angle of 51.97º degrees, saturation: 0.62, 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 #B9A62B is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 43 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.27 |
| HSL | 51.97º | 0.62% | 0.45% | - |
| HSV(B) | 51.97º | 0.77% | 0.73% | - |
| XYZ | 34.08 | 37.76 | 7.78 | - |
| YUV | 157.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 43 | 0 | 0.10 | 0.77 | 0.27 | 51.97 | 0.62 | 0.45 |
| Hex | B9 | A6 | 2B | 0 | A | 4D | 1B | 34 | 3E | 2D |
| Octal | 271 | 246 | 53 | 0 | 12 | 115 | 33 | 64 | 76 | 55 |
| Binary | 10111001 | 10100110 | 101011 | 0 | 1010 | 1001101 | 11011 | 110100 | 111110 | 101101 |
Color Harmonies of #B9A62B
Complementary color
Monochromatic Colors of #B9A62B
Black with #B9A62B
Text Example
Text Example
White with #B9A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A62B; }
p { color: rgb(185,166,43); }
H1.HeaderClassName
{
color: #B9A62B;
}
.AnyTagClassName
{
color: #B9A62B;
}
</style>
background-color css
<style>
a { background-color: #B9A62B; }
a { background-color: rgb(185,166,43); }
div.DivClassName
{
background-color: #B9A62B;
}
.BgClassName
{
background-color: #B9A62B;
}
</style>
border-color css
<style>
span { border-color: #B9A62B; }
span { border-color: rgb(185,166,43); }
td.TdClassName
{
border-color: #B9A62B;
}
.TagClassName
{
border-color: #B9A62B;
}
</style>