Shades of Earls Green #B9A417
Tints of Earls Green #B9A417
RGB
CMYK
RGB Variations
Color information
#B9A417 (or 0xB9A417) is known color: Earls Green. HEX triplet: B9, A4 and 17. RGB value is (185,164,23). Sum of RGB (Red+Green+Blue) = 185+164+23=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A417 is #465BE8. Grayscale: #9A9A9A. Windows color (decimal): -4611049 or 1549497. OLE color: 1549497.
HSL color Cylindrical-coordinate representation of color #B9A417: hue angle of 52.22º degrees, saturation: 0.78, 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 #B9A417 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 23 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.27 |
| HSL | 52.22º | 0.78% | 0.41% | - |
| HSV(B) | 52.22º | 0.88% | 0.73% | - |
| XYZ | 33.44 | 36.93 | 6.18 | - |
| YUV | 154.21 | 53.96 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 23 | 0 | 0.11 | 0.88 | 0.27 | 52.22 | 0.78 | 0.41 |
| Hex | B9 | A4 | 17 | 0 | B | 58 | 1B | 34 | 4E | 29 |
| Octal | 271 | 244 | 27 | 0 | 13 | 130 | 33 | 64 | 116 | 51 |
| Binary | 10111001 | 10100100 | 10111 | 0 | 1011 | 1011000 | 11011 | 110100 | 1001110 | 101001 |
Color Harmonies of #B9A417
Complementary color
Monochromatic Colors of #B9A417
Black with #B9A417
Text Example
Text Example
White with #B9A417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A417; }
p { color: rgb(185,164,23); }
H1.HeaderClassName
{
color: #B9A417;
}
.AnyTagClassName
{
color: #B9A417;
}
</style>
background-color css
<style>
a { background-color: #B9A417; }
a { background-color: rgb(185,164,23); }
div.DivClassName
{
background-color: #B9A417;
}
.BgClassName
{
background-color: #B9A417;
}
</style>
border-color css
<style>
span { border-color: #B9A417; }
span { border-color: rgb(185,164,23); }
td.TdClassName
{
border-color: #B9A417;
}
.TagClassName
{
border-color: #B9A417;
}
</style>