Shades of Earls Green #B9A31E
Tints of Earls Green #B9A31E
RGB
CMYK
RGB Variations
Color information
#B9A31E (or 0xB9A31E) is known color: Earls Green. HEX triplet: B9, A3 and 1E. RGB value is (185,163,30). Sum of RGB (Red+Green+Blue) = 185+163+30=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A31E is #465CE1. Grayscale: #9A9A9A. Windows color (decimal): -4611298 or 2007993. OLE color: 2007993.
HSL color Cylindrical-coordinate representation of color #B9A31E: hue angle of 51.48º 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 #B9A31E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 30 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.27 |
| HSL | 51.48º | 0.72% | 0.42% | - |
| HSV(B) | 51.48º | 0.84% | 0.73% | - |
| XYZ | 33.34 | 36.6 | 6.54 | - |
| YUV | 154.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 30 | 0 | 0.12 | 0.84 | 0.27 | 51.48 | 0.72 | 0.42 |
| Hex | B9 | A3 | 1E | 0 | C | 54 | 1B | 33 | 48 | 2A |
| Octal | 271 | 243 | 36 | 0 | 14 | 124 | 33 | 63 | 110 | 52 |
| Binary | 10111001 | 10100011 | 11110 | 0 | 1100 | 1010100 | 11011 | 110011 | 1001000 | 101010 |
Color Harmonies of #B9A31E
Complementary color
Monochromatic Colors of #B9A31E
Black with #B9A31E
Text Example
Text Example
White with #B9A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A31E; }
p { color: rgb(185,163,30); }
H1.HeaderClassName
{
color: #B9A31E;
}
.AnyTagClassName
{
color: #B9A31E;
}
</style>
background-color css
<style>
a { background-color: #B9A31E; }
a { background-color: rgb(185,163,30); }
div.DivClassName
{
background-color: #B9A31E;
}
.BgClassName
{
background-color: #B9A31E;
}
</style>
border-color css
<style>
span { border-color: #B9A31E; }
span { border-color: rgb(185,163,30); }
td.TdClassName
{
border-color: #B9A31E;
}
.TagClassName
{
border-color: #B9A31E;
}
</style>