Shades of Earls Green #B9A42C
Tints of Earls Green #B9A42C
RGB
CMYK
RGB Variations
Color information
#B9A42C (or 0xB9A42C) is known color: Earls Green. HEX triplet: B9, A4 and 2C. RGB value is (185,164,44). Sum of RGB (Red+Green+Blue) = 185+164+44=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A42C is #465BD3. Grayscale: #9D9D9D. Windows color (decimal): -4611028 or 2925753. OLE color: 2925753.
HSL color Cylindrical-coordinate representation of color #B9A42C: hue angle of 51.06º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9A42C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 44 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.27 |
| HSL | 51.06º | 0.62% | 0.45% | - |
| HSV(B) | 51.06º | 0.76% | 0.73% | - |
| XYZ | 33.74 | 37.05 | 7.76 | - |
| YUV | 156.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 44 | 0 | 0.11 | 0.76 | 0.27 | 51.06 | 0.62 | 0.45 |
| Hex | B9 | A4 | 2C | 0 | B | 4C | 1B | 33 | 3E | 2D |
| Octal | 271 | 244 | 54 | 0 | 13 | 114 | 33 | 63 | 76 | 55 |
| Binary | 10111001 | 10100100 | 101100 | 0 | 1011 | 1001100 | 11011 | 110011 | 111110 | 101101 |
Color Harmonies of #B9A42C
Complementary color
Monochromatic Colors of #B9A42C
Black with #B9A42C
Text Example
Text Example
White with #B9A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A42C; }
p { color: rgb(185,164,44); }
H1.HeaderClassName
{
color: #B9A42C;
}
.AnyTagClassName
{
color: #B9A42C;
}
</style>
background-color css
<style>
a { background-color: #B9A42C; }
a { background-color: rgb(185,164,44); }
div.DivClassName
{
background-color: #B9A42C;
}
.BgClassName
{
background-color: #B9A42C;
}
</style>
border-color css
<style>
span { border-color: #B9A42C; }
span { border-color: rgb(185,164,44); }
td.TdClassName
{
border-color: #B9A42C;
}
.TagClassName
{
border-color: #B9A42C;
}
</style>