Shades of Earls Green #B9AC2D
Tints of Earls Green #B9AC2D
RGB
CMYK
RGB Variations
Color information
#B9AC2D (or 0xB9AC2D) is known color: Earls Green. HEX triplet: B9, AC and 2D. RGB value is (185,172,45). Sum of RGB (Red+Green+Blue) = 185+172+45=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AC2D is #4653D2. Grayscale: #A1A1A1. Windows color (decimal): -4608979 or 2993337. OLE color: 2993337.
HSL color Cylindrical-coordinate representation of color #B9AC2D: hue angle of 54.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9AC2D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 172 | 45 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.27 |
| HSL | 54.43º | 0.61% | 0.45% | - |
| HSV(B) | 54.43º | 0.76% | 0.73% | - |
| XYZ | 35.23 | 40.01 | 8.35 | - |
| YUV | 161.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 45 | 0 | 0.07 | 0.76 | 0.27 | 54.43 | 0.61 | 0.45 |
| Hex | B9 | AC | 2D | 0 | 7 | 4C | 1B | 36 | 3D | 2D |
| Octal | 271 | 254 | 55 | 0 | 7 | 114 | 33 | 66 | 75 | 55 |
| Binary | 10111001 | 10101100 | 101101 | 0 | 111 | 1001100 | 11011 | 110110 | 111101 | 101101 |
Color Harmonies of #B9AC2D
Complementary color
Monochromatic Colors of #B9AC2D
Black with #B9AC2D
Text Example
Text Example
White with #B9AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AC2D; }
p { color: rgb(185,172,45); }
H1.HeaderClassName
{
color: #B9AC2D;
}
.AnyTagClassName
{
color: #B9AC2D;
}
</style>
background-color css
<style>
a { background-color: #B9AC2D; }
a { background-color: rgb(185,172,45); }
div.DivClassName
{
background-color: #B9AC2D;
}
.BgClassName
{
background-color: #B9AC2D;
}
</style>
border-color css
<style>
span { border-color: #B9AC2D; }
span { border-color: rgb(185,172,45); }
td.TdClassName
{
border-color: #B9AC2D;
}
.TagClassName
{
border-color: #B9AC2D;
}
</style>