Shades of Earls Green #B9A91E
Tints of Earls Green #B9A91E
RGB
CMYK
RGB Variations
Color information
#B9A91E (or 0xB9A91E) is known color: Earls Green. HEX triplet: B9, A9 and 1E. RGB value is (185,169,30). Sum of RGB (Red+Green+Blue) = 185+169+30=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A91E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A91E is #4656E1. Grayscale: #9E9E9E. Windows color (decimal): -4609762 or 2009529. OLE color: 2009529.
HSL color Cylindrical-coordinate representation of color #B9A91E: hue angle of 53.81º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9A91E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 169 | 30 | - |
CMYK | 0 | 0.09 | 0.84 | 0.27 |
HSL | 53.81º | 0.72% | 0.42% | - |
HSV(B) | 53.81º | 0.84% | 0.73% | - |
XYZ | 34.43 | 38.78 | 6.9 | - |
YUV | 157.94 | 55.8 | 147.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 169 | 30 | 0 | 0.09 | 0.84 | 0.27 | 53.81 | 0.72 | 0.42 |
Hex | B9 | A9 | 1E | 0 | 9 | 54 | 1B | 36 | 48 | 2A |
Octal | 271 | 251 | 36 | 0 | 11 | 124 | 33 | 66 | 110 | 52 |
Binary | 10111001 | 10101001 | 11110 | 0 | 1001 | 1010100 | 11011 | 110110 | 1001000 | 101010 |
Color Harmonies of #B9A91E
Complementary color
Monochromatic Colors of #B9A91E
Black with #B9A91E
Text Example
Text Example
White with #B9A91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A91E; }
p { color: rgb(185,169,30); }
H1.HeaderClassName
{
color: #B9A91E;
}
.AnyTagClassName
{
color: #B9A91E;
}
</style>
background-color css
<style>
a { background-color: #B9A91E; }
a { background-color: rgb(185,169,30); }
div.DivClassName
{
background-color: #B9A91E;
}
.BgClassName
{
background-color: #B9A91E;
}
</style>
border-color css
<style>
span { border-color: #B9A91E; }
span { border-color: rgb(185,169,30); }
td.TdClassName
{
border-color: #B9A91E;
}
.TagClassName
{
border-color: #B9A91E;
}
</style>