Shades of Earls Green #B9AF20
Tints of Earls Green #B9AF20
RGB
CMYK
RGB Variations
Color information
#B9AF20 (or 0xB9AF20) is known color: Earls Green. HEX triplet: B9, AF and 20. RGB value is (185,175,32). Sum of RGB (Red+Green+Blue) = 185+175+32=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF20 is #4650DF. Grayscale: #A2A2A2. Windows color (decimal): -4608224 or 2142137. OLE color: 2142137.
HSL color Cylindrical-coordinate representation of color #B9AF20: hue angle of 56.08º 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 #B9AF20 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 32 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.27 |
| HSL | 56.08º | 0.71% | 0.43% | - |
| HSV(B) | 56.08º | 0.83% | 0.73% | - |
| XYZ | 35.6 | 41.08 | 7.42 | - |
| YUV | 161.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 32 | 0 | 0.05 | 0.83 | 0.27 | 56.08 | 0.71 | 0.43 |
| Hex | B9 | AF | 20 | 0 | 5 | 53 | 1B | 38 | 47 | 2B |
| Octal | 271 | 257 | 40 | 0 | 5 | 123 | 33 | 70 | 107 | 53 |
| Binary | 10111001 | 10101111 | 100000 | 0 | 101 | 1010011 | 11011 | 111000 | 1000111 | 101011 |
Color Harmonies of #B9AF20
Complementary color
Monochromatic Colors of #B9AF20
Black with #B9AF20
Text Example
Text Example
White with #B9AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF20; }
p { color: rgb(185,175,32); }
H1.HeaderClassName
{
color: #B9AF20;
}
.AnyTagClassName
{
color: #B9AF20;
}
</style>
background-color css
<style>
a { background-color: #B9AF20; }
a { background-color: rgb(185,175,32); }
div.DivClassName
{
background-color: #B9AF20;
}
.BgClassName
{
background-color: #B9AF20;
}
</style>
border-color css
<style>
span { border-color: #B9AF20; }
span { border-color: rgb(185,175,32); }
td.TdClassName
{
border-color: #B9AF20;
}
.TagClassName
{
border-color: #B9AF20;
}
</style>