Shades of Earls Green #B9AC1D
Tints of Earls Green #B9AC1D
RGB
CMYK
RGB Variations
Color information
#B9AC1D (or 0xB9AC1D) is known color: Earls Green. HEX triplet: B9, AC and 1D. RGB value is (185,172,29). Sum of RGB (Red+Green+Blue) = 185+172+29=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC1D is #4653E2. Grayscale: #A0A0A0. Windows color (decimal): -4608995 or 1944761. OLE color: 1944761.
HSL color Cylindrical-coordinate representation of color #B9AC1D: hue angle of 55º 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 #B9AC1D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 29 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.27 |
| HSL | 55º | 0.73% | 0.42% | - |
| HSV(B) | 55º | 0.84% | 0.73% | - |
| XYZ | 34.98 | 39.91 | 7.02 | - |
| YUV | 159.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 29 | 0 | 0.07 | 0.84 | 0.27 | 55 | 0.73 | 0.42 |
| Hex | B9 | AC | 1D | 0 | 7 | 54 | 1B | 37 | 49 | 2A |
| Octal | 271 | 254 | 35 | 0 | 7 | 124 | 33 | 67 | 111 | 52 |
| Binary | 10111001 | 10101100 | 11101 | 0 | 111 | 1010100 | 11011 | 110111 | 1001001 | 101010 |
Color Harmonies of #B9AC1D
Complementary color
Monochromatic Colors of #B9AC1D
Black with #B9AC1D
Text Example
Text Example
White with #B9AC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC1D; }
p { color: rgb(185,172,29); }
H1.HeaderClassName
{
color: #B9AC1D;
}
.AnyTagClassName
{
color: #B9AC1D;
}
</style>
background-color css
<style>
a { background-color: #B9AC1D; }
a { background-color: rgb(185,172,29); }
div.DivClassName
{
background-color: #B9AC1D;
}
.BgClassName
{
background-color: #B9AC1D;
}
</style>
border-color css
<style>
span { border-color: #B9AC1D; }
span { border-color: rgb(185,172,29); }
td.TdClassName
{
border-color: #B9AC1D;
}
.TagClassName
{
border-color: #B9AC1D;
}
</style>