Shades of Earls Green #B9AF31
Tints of Earls Green #B9AF31
RGB
CMYK
RGB Variations
Color information
#B9AF31 (or 0xB9AF31) is known color: Earls Green. HEX triplet: B9, AF and 31. RGB value is (185,175,49). Sum of RGB (Red+Green+Blue) = 185+175+49=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF31 is #4650CE. Grayscale: #A4A4A4. Windows color (decimal): -4608207 or 3256249. OLE color: 3256249.
HSL color Cylindrical-coordinate representation of color #B9AF31: hue angle of 55.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9AF31 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 49 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.27 |
| HSL | 55.59º | 0.58% | 0.46% | - |
| HSV(B) | 55.59º | 0.74% | 0.73% | - |
| XYZ | 35.89 | 41.2 | 8.97 | - |
| YUV | 163.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 49 | 0 | 0.05 | 0.74 | 0.27 | 55.59 | 0.58 | 0.46 |
| Hex | B9 | AF | 31 | 0 | 5 | 4A | 1B | 38 | 3A | 2E |
| Octal | 271 | 257 | 61 | 0 | 5 | 112 | 33 | 70 | 72 | 56 |
| Binary | 10111001 | 10101111 | 110001 | 0 | 101 | 1001010 | 11011 | 111000 | 111010 | 101110 |
Color Harmonies of #B9AF31
Complementary color
Monochromatic Colors of #B9AF31
Black with #B9AF31
Text Example
Text Example
White with #B9AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF31; }
p { color: rgb(185,175,49); }
H1.HeaderClassName
{
color: #B9AF31;
}
.AnyTagClassName
{
color: #B9AF31;
}
</style>
background-color css
<style>
a { background-color: #B9AF31; }
a { background-color: rgb(185,175,49); }
div.DivClassName
{
background-color: #B9AF31;
}
.BgClassName
{
background-color: #B9AF31;
}
</style>
border-color css
<style>
span { border-color: #B9AF31; }
span { border-color: rgb(185,175,49); }
td.TdClassName
{
border-color: #B9AF31;
}
.TagClassName
{
border-color: #B9AF31;
}
</style>