Shades of Earls Green #B9A80E
Tints of Earls Green #B9A80E
RGB
CMYK
RGB Variations
Color information
#B9A80E (or 0xB9A80E) is known color: Earls Green. HEX triplet: B9, A8 and 0E. RGB value is (185,168,14). Sum of RGB (Red+Green+Blue) = 185+168+14=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A80E is #4657F1. Grayscale: #9C9C9C. Windows color (decimal): -4610034 or 960697. OLE color: 960697.
HSL color Cylindrical-coordinate representation of color #B9A80E: hue angle of 54.04º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9A80E is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 14 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.27 |
| HSL | 54.04º | 0.86% | 0.39% | - |
| HSV(B) | 54.04º | 0.92% | 0.73% | - |
| XYZ | 34.09 | 38.35 | 6.02 | - |
| YUV | 155.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 14 | 0 | 0.09 | 0.92 | 0.27 | 54.04 | 0.86 | 0.39 |
| Hex | B9 | A8 | E | 0 | 9 | 5C | 1B | 36 | 56 | 27 |
| Octal | 271 | 250 | 16 | 0 | 11 | 134 | 33 | 66 | 126 | 47 |
| Binary | 10111001 | 10101000 | 1110 | 0 | 1001 | 1011100 | 11011 | 110110 | 1010110 | 100111 |
Color Harmonies of #B9A80E
Complementary color
Monochromatic Colors of #B9A80E
Black with #B9A80E
Text Example
Text Example
White with #B9A80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A80E; }
p { color: rgb(185,168,14); }
H1.HeaderClassName
{
color: #B9A80E;
}
.AnyTagClassName
{
color: #B9A80E;
}
</style>
background-color css
<style>
a { background-color: #B9A80E; }
a { background-color: rgb(185,168,14); }
div.DivClassName
{
background-color: #B9A80E;
}
.BgClassName
{
background-color: #B9A80E;
}
</style>
border-color css
<style>
span { border-color: #B9A80E; }
span { border-color: rgb(185,168,14); }
td.TdClassName
{
border-color: #B9A80E;
}
.TagClassName
{
border-color: #B9A80E;
}
</style>