Shades of Earls Green #B9AA1D
Tints of Earls Green #B9AA1D
RGB
CMYK
RGB Variations
Color information
#B9AA1D (or 0xB9AA1D) is known color: Earls Green. HEX triplet: B9, AA and 1D. RGB value is (185,170,29). Sum of RGB (Red+Green+Blue) = 185+170+29=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA1D is #4655E2. Grayscale: #9E9E9E. Windows color (decimal): -4609507 or 1944249. OLE color: 1944249.
HSL color Cylindrical-coordinate representation of color #B9AA1D: hue angle of 54.23º degrees, saturation: 0.73, 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 #B9AA1D is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 29 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.27 |
| HSL | 54.23º | 0.73% | 0.42% | - |
| HSV(B) | 54.23º | 0.84% | 0.73% | - |
| XYZ | 34.6 | 39.15 | 6.9 | - |
| YUV | 158.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 29 | 0 | 0.08 | 0.84 | 0.27 | 54.23 | 0.73 | 0.42 |
| Hex | B9 | AA | 1D | 0 | 8 | 54 | 1B | 36 | 49 | 2A |
| Octal | 271 | 252 | 35 | 0 | 10 | 124 | 33 | 66 | 111 | 52 |
| Binary | 10111001 | 10101010 | 11101 | 0 | 1000 | 1010100 | 11011 | 110110 | 1001001 | 101010 |
Color Harmonies of #B9AA1D
Complementary color
Monochromatic Colors of #B9AA1D
Black with #B9AA1D
Text Example
Text Example
White with #B9AA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA1D; }
p { color: rgb(185,170,29); }
H1.HeaderClassName
{
color: #B9AA1D;
}
.AnyTagClassName
{
color: #B9AA1D;
}
</style>
background-color css
<style>
a { background-color: #B9AA1D; }
a { background-color: rgb(185,170,29); }
div.DivClassName
{
background-color: #B9AA1D;
}
.BgClassName
{
background-color: #B9AA1D;
}
</style>
border-color css
<style>
span { border-color: #B9AA1D; }
span { border-color: rgb(185,170,29); }
td.TdClassName
{
border-color: #B9AA1D;
}
.TagClassName
{
border-color: #B9AA1D;
}
</style>