Shades of Earls Green #B9AC20
Tints of Earls Green #B9AC20
RGB
CMYK
RGB Variations
Color information
#B9AC20 (or 0xB9AC20) is known color: Earls Green. HEX triplet: B9, AC and 20. RGB value is (185,172,32). Sum of RGB (Red+Green+Blue) = 185+172+32=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC20 is #4653DF. Grayscale: #A0A0A0. Windows color (decimal): -4608992 or 2141369. OLE color: 2141369.
HSL color Cylindrical-coordinate representation of color #B9AC20: hue angle of 54.9º 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 #B9AC20 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 32 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.27 |
| HSL | 54.9º | 0.71% | 0.43% | - |
| HSV(B) | 54.9º | 0.83% | 0.73% | - |
| XYZ | 35.02 | 39.92 | 7.23 | - |
| YUV | 159.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 32 | 0 | 0.07 | 0.83 | 0.27 | 54.9 | 0.71 | 0.43 |
| Hex | B9 | AC | 20 | 0 | 7 | 53 | 1B | 37 | 47 | 2B |
| Octal | 271 | 254 | 40 | 0 | 7 | 123 | 33 | 67 | 107 | 53 |
| Binary | 10111001 | 10101100 | 100000 | 0 | 111 | 1010011 | 11011 | 110111 | 1000111 | 101011 |
Color Harmonies of #B9AC20
Complementary color
Monochromatic Colors of #B9AC20
Black with #B9AC20
Text Example
Text Example
White with #B9AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC20; }
p { color: rgb(185,172,32); }
H1.HeaderClassName
{
color: #B9AC20;
}
.AnyTagClassName
{
color: #B9AC20;
}
</style>
background-color css
<style>
a { background-color: #B9AC20; }
a { background-color: rgb(185,172,32); }
div.DivClassName
{
background-color: #B9AC20;
}
.BgClassName
{
background-color: #B9AC20;
}
</style>
border-color css
<style>
span { border-color: #B9AC20; }
span { border-color: rgb(185,172,32); }
td.TdClassName
{
border-color: #B9AC20;
}
.TagClassName
{
border-color: #B9AC20;
}
</style>