Shades of Earls Green #B9A918
Tints of Earls Green #B9A918
RGB
CMYK
RGB Variations
Color information
#B9A918 (or 0xB9A918) is known color: Earls Green. HEX triplet: B9, A9 and 18. RGB value is (185,169,24). Sum of RGB (Red+Green+Blue) = 185+169+24=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A918 is #4656E7. Grayscale: #9D9D9D. Windows color (decimal): -4609768 or 1616313. OLE color: 1616313.
HSL color Cylindrical-coordinate representation of color #B9A918: hue angle of 54.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9A918 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 24 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.27 |
| HSL | 54.04º | 0.77% | 0.41% | - |
| HSV(B) | 54.04º | 0.87% | 0.73% | - |
| XYZ | 34.36 | 38.76 | 6.53 | - |
| YUV | 157.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 24 | 0 | 0.09 | 0.87 | 0.27 | 54.04 | 0.77 | 0.41 |
| Hex | B9 | A9 | 18 | 0 | 9 | 57 | 1B | 36 | 4D | 29 |
| Octal | 271 | 251 | 30 | 0 | 11 | 127 | 33 | 66 | 115 | 51 |
| Binary | 10111001 | 10101001 | 11000 | 0 | 1001 | 1010111 | 11011 | 110110 | 1001101 | 101001 |
Color Harmonies of #B9A918
Complementary color
Monochromatic Colors of #B9A918
Black with #B9A918
Text Example
Text Example
White with #B9A918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A918; }
p { color: rgb(185,169,24); }
H1.HeaderClassName
{
color: #B9A918;
}
.AnyTagClassName
{
color: #B9A918;
}
</style>
background-color css
<style>
a { background-color: #B9A918; }
a { background-color: rgb(185,169,24); }
div.DivClassName
{
background-color: #B9A918;
}
.BgClassName
{
background-color: #B9A918;
}
</style>
border-color css
<style>
span { border-color: #B9A918; }
span { border-color: rgb(185,169,24); }
td.TdClassName
{
border-color: #B9A918;
}
.TagClassName
{
border-color: #B9A918;
}
</style>