Shades of Earls Green #B9A220
Tints of Earls Green #B9A220
RGB
CMYK
RGB Variations
Color information
#B9A220 (or 0xB9A220) is known color: Earls Green. HEX triplet: B9, A2 and 20. RGB value is (185,162,32). Sum of RGB (Red+Green+Blue) = 185+162+32=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A220 is #465DDF. Grayscale: #9A9A9A. Windows color (decimal): -4611552 or 2138809. OLE color: 2138809.
HSL color Cylindrical-coordinate representation of color #B9A220: hue angle of 50.98º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9A220 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 32 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.27 |
| HSL | 50.98º | 0.71% | 0.43% | - |
| HSV(B) | 50.98º | 0.83% | 0.73% | - |
| XYZ | 33.19 | 36.26 | 6.62 | - |
| YUV | 154.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 32 | 0 | 0.12 | 0.83 | 0.27 | 50.98 | 0.71 | 0.43 |
| Hex | B9 | A2 | 20 | 0 | C | 53 | 1B | 33 | 47 | 2B |
| Octal | 271 | 242 | 40 | 0 | 14 | 123 | 33 | 63 | 107 | 53 |
| Binary | 10111001 | 10100010 | 100000 | 0 | 1100 | 1010011 | 11011 | 110011 | 1000111 | 101011 |
Color Harmonies of #B9A220
Complementary color
Monochromatic Colors of #B9A220
Black with #B9A220
Text Example
Text Example
White with #B9A220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A220; }
p { color: rgb(185,162,32); }
H1.HeaderClassName
{
color: #B9A220;
}
.AnyTagClassName
{
color: #B9A220;
}
</style>
background-color css
<style>
a { background-color: #B9A220; }
a { background-color: rgb(185,162,32); }
div.DivClassName
{
background-color: #B9A220;
}
.BgClassName
{
background-color: #B9A220;
}
</style>
border-color css
<style>
span { border-color: #B9A220; }
span { border-color: rgb(185,162,32); }
td.TdClassName
{
border-color: #B9A220;
}
.TagClassName
{
border-color: #B9A220;
}
</style>