Shades of Earls Green #B9AF32
Tints of Earls Green #B9AF32
RGB
CMYK
RGB Variations
Color information
#B9AF32 (or 0xB9AF32) is known color: Earls Green. HEX triplet: B9, AF and 32. RGB value is (185,175,50). Sum of RGB (Red+Green+Blue) = 185+175+50=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF32 is #4650CD. Grayscale: #A4A4A4. Windows color (decimal): -4608206 or 3321785. OLE color: 3321785.
HSL color Cylindrical-coordinate representation of color #B9AF32: hue angle of 55.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9AF32 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 50 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.27 |
| HSL | 55.56º | 0.57% | 0.46% | - |
| HSV(B) | 55.56º | 0.73% | 0.73% | - |
| XYZ | 35.91 | 41.2 | 9.08 | - |
| YUV | 163.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 50 | 0 | 0.05 | 0.73 | 0.27 | 55.56 | 0.57 | 0.46 |
| Hex | B9 | AF | 32 | 0 | 5 | 49 | 1B | 38 | 39 | 2E |
| Octal | 271 | 257 | 62 | 0 | 5 | 111 | 33 | 70 | 71 | 56 |
| Binary | 10111001 | 10101111 | 110010 | 0 | 101 | 1001001 | 11011 | 111000 | 111001 | 101110 |
Color Harmonies of #B9AF32
Complementary color
Monochromatic Colors of #B9AF32
Black with #B9AF32
Text Example
Text Example
White with #B9AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF32; }
p { color: rgb(185,175,50); }
H1.HeaderClassName
{
color: #B9AF32;
}
.AnyTagClassName
{
color: #B9AF32;
}
</style>
background-color css
<style>
a { background-color: #B9AF32; }
a { background-color: rgb(185,175,50); }
div.DivClassName
{
background-color: #B9AF32;
}
.BgClassName
{
background-color: #B9AF32;
}
</style>
border-color css
<style>
span { border-color: #B9AF32; }
span { border-color: rgb(185,175,50); }
td.TdClassName
{
border-color: #B9AF32;
}
.TagClassName
{
border-color: #B9AF32;
}
</style>