Shades of Earls Green #B9A815
Tints of Earls Green #B9A815
RGB
CMYK
RGB Variations
Color information
#B9A815 (or 0xB9A815) is known color: Earls Green. HEX triplet: B9, A8 and 15. RGB value is (185,168,21). Sum of RGB (Red+Green+Blue) = 185+168+21=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A815 is #4657EA. Grayscale: #9C9C9C. Windows color (decimal): -4610027 or 1419449. OLE color: 1419449.
HSL color Cylindrical-coordinate representation of color #B9A815: hue angle of 53.78º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9A815 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 21 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.27 |
| HSL | 53.78º | 0.8% | 0.4% | - |
| HSV(B) | 53.78º | 0.89% | 0.73% | - |
| XYZ | 34.15 | 38.37 | 6.32 | - |
| YUV | 156.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 21 | 0 | 0.09 | 0.89 | 0.27 | 53.78 | 0.8 | 0.4 |
| Hex | B9 | A8 | 15 | 0 | 9 | 59 | 1B | 36 | 50 | 28 |
| Octal | 271 | 250 | 25 | 0 | 11 | 131 | 33 | 66 | 120 | 50 |
| Binary | 10111001 | 10101000 | 10101 | 0 | 1001 | 1011001 | 11011 | 110110 | 1010000 | 101000 |
Color Harmonies of #B9A815
Complementary color
Monochromatic Colors of #B9A815
Black with #B9A815
Text Example
Text Example
White with #B9A815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A815; }
p { color: rgb(185,168,21); }
H1.HeaderClassName
{
color: #B9A815;
}
.AnyTagClassName
{
color: #B9A815;
}
</style>
background-color css
<style>
a { background-color: #B9A815; }
a { background-color: rgb(185,168,21); }
div.DivClassName
{
background-color: #B9A815;
}
.BgClassName
{
background-color: #B9A815;
}
</style>
border-color css
<style>
span { border-color: #B9A815; }
span { border-color: rgb(185,168,21); }
td.TdClassName
{
border-color: #B9A815;
}
.TagClassName
{
border-color: #B9A815;
}
</style>