Shades of Earls Green #B9A92D
Tints of Earls Green #B9A92D
RGB
CMYK
RGB Variations
Color information
#B9A92D (or 0xB9A92D) is known color: Earls Green. HEX triplet: B9, A9 and 2D. RGB value is (185,169,45). Sum of RGB (Red+Green+Blue) = 185+169+45=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A92D is #4656D2. Grayscale: #A0A0A0. Windows color (decimal): -4609747 or 2992569. OLE color: 2992569.
HSL color Cylindrical-coordinate representation of color #B9A92D: hue angle of 53.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9A92D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 45 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.27 |
| HSL | 53.14º | 0.61% | 0.45% | - |
| HSV(B) | 53.14º | 0.76% | 0.73% | - |
| XYZ | 34.67 | 38.88 | 8.16 | - |
| YUV | 159.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 45 | 0 | 0.09 | 0.76 | 0.27 | 53.14 | 0.61 | 0.45 |
| Hex | B9 | A9 | 2D | 0 | 9 | 4C | 1B | 35 | 3D | 2D |
| Octal | 271 | 251 | 55 | 0 | 11 | 114 | 33 | 65 | 75 | 55 |
| Binary | 10111001 | 10101001 | 101101 | 0 | 1001 | 1001100 | 11011 | 110101 | 111101 | 101101 |
Color Harmonies of #B9A92D
Complementary color
Monochromatic Colors of #B9A92D
Black with #B9A92D
Text Example
Text Example
White with #B9A92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A92D; }
p { color: rgb(185,169,45); }
H1.HeaderClassName
{
color: #B9A92D;
}
.AnyTagClassName
{
color: #B9A92D;
}
</style>
background-color css
<style>
a { background-color: #B9A92D; }
a { background-color: rgb(185,169,45); }
div.DivClassName
{
background-color: #B9A92D;
}
.BgClassName
{
background-color: #B9A92D;
}
</style>
border-color css
<style>
span { border-color: #B9A92D; }
span { border-color: rgb(185,169,45); }
td.TdClassName
{
border-color: #B9A92D;
}
.TagClassName
{
border-color: #B9A92D;
}
</style>