Shades of Earls Green #B9A21D
Tints of Earls Green #B9A21D
RGB
CMYK
RGB Variations
Color information
#B9A21D (or 0xB9A21D) is known color: Earls Green. HEX triplet: B9, A2 and 1D. RGB value is (185,162,29). Sum of RGB (Red+Green+Blue) = 185+162+29=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A21D is #465DE2. Grayscale: #9A9A9A. Windows color (decimal): -4611555 or 1942201. OLE color: 1942201.
HSL color Cylindrical-coordinate representation of color #B9A21D: hue angle of 51.15º 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 #B9A21D is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 29 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.27 |
| HSL | 51.15º | 0.73% | 0.42% | - |
| HSV(B) | 51.15º | 0.84% | 0.73% | - |
| XYZ | 33.15 | 36.24 | 6.41 | - |
| YUV | 153.72 | 57.62 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 29 | 0 | 0.12 | 0.84 | 0.27 | 51.15 | 0.73 | 0.42 |
| Hex | B9 | A2 | 1D | 0 | C | 54 | 1B | 33 | 49 | 2A |
| Octal | 271 | 242 | 35 | 0 | 14 | 124 | 33 | 63 | 111 | 52 |
| Binary | 10111001 | 10100010 | 11101 | 0 | 1100 | 1010100 | 11011 | 110011 | 1001001 | 101010 |
Color Harmonies of #B9A21D
Complementary color
Monochromatic Colors of #B9A21D
Black with #B9A21D
Text Example
Text Example
White with #B9A21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A21D; }
p { color: rgb(185,162,29); }
H1.HeaderClassName
{
color: #B9A21D;
}
.AnyTagClassName
{
color: #B9A21D;
}
</style>
background-color css
<style>
a { background-color: #B9A21D; }
a { background-color: rgb(185,162,29); }
div.DivClassName
{
background-color: #B9A21D;
}
.BgClassName
{
background-color: #B9A21D;
}
</style>
border-color css
<style>
span { border-color: #B9A21D; }
span { border-color: rgb(185,162,29); }
td.TdClassName
{
border-color: #B9A21D;
}
.TagClassName
{
border-color: #B9A21D;
}
</style>