Shades of Earls Green #B9AF16
Tints of Earls Green #B9AF16
RGB
CMYK
RGB Variations
Color information
#B9AF16 (or 0xB9AF16) is known color: Earls Green. HEX triplet: B9, AF and 16. RGB value is (185,175,22). Sum of RGB (Red+Green+Blue) = 185+175+22=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF16 is #4650E9. Grayscale: #A1A1A1. Windows color (decimal): -4608234 or 1486777. OLE color: 1486777.
HSL color Cylindrical-coordinate representation of color #B9AF16: hue angle of 56.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9AF16 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 22 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.27 |
| HSL | 56.32º | 0.79% | 0.41% | - |
| HSV(B) | 56.32º | 0.88% | 0.73% | - |
| XYZ | 35.48 | 41.03 | 6.81 | - |
| YUV | 160.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 22 | 0 | 0.05 | 0.88 | 0.27 | 56.32 | 0.79 | 0.41 |
| Hex | B9 | AF | 16 | 0 | 5 | 58 | 1B | 38 | 4F | 29 |
| Octal | 271 | 257 | 26 | 0 | 5 | 130 | 33 | 70 | 117 | 51 |
| Binary | 10111001 | 10101111 | 10110 | 0 | 101 | 1011000 | 11011 | 111000 | 1001111 | 101001 |
Color Harmonies of #B9AF16
Complementary color
Monochromatic Colors of #B9AF16
Black with #B9AF16
Text Example
Text Example
White with #B9AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF16; }
p { color: rgb(185,175,22); }
H1.HeaderClassName
{
color: #B9AF16;
}
.AnyTagClassName
{
color: #B9AF16;
}
</style>
background-color css
<style>
a { background-color: #B9AF16; }
a { background-color: rgb(185,175,22); }
div.DivClassName
{
background-color: #B9AF16;
}
.BgClassName
{
background-color: #B9AF16;
}
</style>
border-color css
<style>
span { border-color: #B9AF16; }
span { border-color: rgb(185,175,22); }
td.TdClassName
{
border-color: #B9AF16;
}
.TagClassName
{
border-color: #B9AF16;
}
</style>