Shades of Earls Green #B9A32E
Tints of Earls Green #B9A32E
RGB
CMYK
RGB Variations
Color information
#B9A32E (or 0xB9A32E) is known color: Earls Green. HEX triplet: B9, A3 and 2E. RGB value is (185,163,46). Sum of RGB (Red+Green+Blue) = 185+163+46=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A32E is #465CD1. Grayscale: #9C9C9C. Windows color (decimal): -4611282 or 3056569. OLE color: 3056569.
HSL color Cylindrical-coordinate representation of color #B9A32E: hue angle of 50.5º 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 #B9A32E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 46 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.5º | 0.6% | 0.45% | - |
| HSV(B) | 50.5º | 0.75% | 0.73% | - |
| XYZ | 33.6 | 36.71 | 7.9 | - |
| YUV | 156.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 46 | 0 | 0.12 | 0.75 | 0.27 | 50.5 | 0.6 | 0.45 |
| Hex | B9 | A3 | 2E | 0 | C | 4B | 1B | 33 | 3C | 2D |
| Octal | 271 | 243 | 56 | 0 | 14 | 113 | 33 | 63 | 74 | 55 |
| Binary | 10111001 | 10100011 | 101110 | 0 | 1100 | 1001011 | 11011 | 110011 | 111100 | 101101 |
Color Harmonies of #B9A32E
Complementary color
Monochromatic Colors of #B9A32E
Black with #B9A32E
Text Example
Text Example
White with #B9A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A32E; }
p { color: rgb(185,163,46); }
H1.HeaderClassName
{
color: #B9A32E;
}
.AnyTagClassName
{
color: #B9A32E;
}
</style>
background-color css
<style>
a { background-color: #B9A32E; }
a { background-color: rgb(185,163,46); }
div.DivClassName
{
background-color: #B9A32E;
}
.BgClassName
{
background-color: #B9A32E;
}
</style>
border-color css
<style>
span { border-color: #B9A32E; }
span { border-color: rgb(185,163,46); }
td.TdClassName
{
border-color: #B9A32E;
}
.TagClassName
{
border-color: #B9A32E;
}
</style>