Shades of Earls Green #B9AA20
Tints of Earls Green #B9AA20
RGB
CMYK
RGB Variations
Color information
#B9AA20 (or 0xB9AA20) is known color: Earls Green. HEX triplet: B9, AA and 20. RGB value is (185,170,32). Sum of RGB (Red+Green+Blue) = 185+170+32=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA20 is #4655DF. Grayscale: #9F9F9F. Windows color (decimal): -4609504 or 2140857. OLE color: 2140857.
HSL color Cylindrical-coordinate representation of color #B9AA20: hue angle of 54.12º 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 #B9AA20 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 32 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.27 |
| HSL | 54.12º | 0.71% | 0.43% | - |
| HSV(B) | 54.12º | 0.83% | 0.73% | - |
| XYZ | 34.64 | 39.17 | 7.1 | - |
| YUV | 158.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 32 | 0 | 0.08 | 0.83 | 0.27 | 54.12 | 0.71 | 0.43 |
| Hex | B9 | AA | 20 | 0 | 8 | 53 | 1B | 36 | 47 | 2B |
| Octal | 271 | 252 | 40 | 0 | 10 | 123 | 33 | 66 | 107 | 53 |
| Binary | 10111001 | 10101010 | 100000 | 0 | 1000 | 1010011 | 11011 | 110110 | 1000111 | 101011 |
Color Harmonies of #B9AA20
Complementary color
Monochromatic Colors of #B9AA20
Black with #B9AA20
Text Example
Text Example
White with #B9AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA20; }
p { color: rgb(185,170,32); }
H1.HeaderClassName
{
color: #B9AA20;
}
.AnyTagClassName
{
color: #B9AA20;
}
</style>
background-color css
<style>
a { background-color: #B9AA20; }
a { background-color: rgb(185,170,32); }
div.DivClassName
{
background-color: #B9AA20;
}
.BgClassName
{
background-color: #B9AA20;
}
</style>
border-color css
<style>
span { border-color: #B9AA20; }
span { border-color: rgb(185,170,32); }
td.TdClassName
{
border-color: #B9AA20;
}
.TagClassName
{
border-color: #B9AA20;
}
</style>