Shades of Earls Green #B9AB2D
Tints of Earls Green #B9AB2D
RGB
CMYK
RGB Variations
Color information
#B9AB2D (or 0xB9AB2D) is known color: Earls Green. HEX triplet: B9, AB and 2D. RGB value is (185,171,45). Sum of RGB (Red+Green+Blue) = 185+171+45=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB2D is #4654D2. Grayscale: #A1A1A1. Windows color (decimal): -4609235 or 2993081. OLE color: 2993081.
HSL color Cylindrical-coordinate representation of color #B9AB2D: hue angle of 54º 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 #B9AB2D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 45 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.27 |
| HSL | 54º | 0.61% | 0.45% | - |
| HSV(B) | 54º | 0.76% | 0.73% | - |
| XYZ | 35.04 | 39.63 | 8.28 | - |
| YUV | 160.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 45 | 0 | 0.08 | 0.76 | 0.27 | 54 | 0.61 | 0.45 |
| Hex | B9 | AB | 2D | 0 | 8 | 4C | 1B | 36 | 3D | 2D |
| Octal | 271 | 253 | 55 | 0 | 10 | 114 | 33 | 66 | 75 | 55 |
| Binary | 10111001 | 10101011 | 101101 | 0 | 1000 | 1001100 | 11011 | 110110 | 111101 | 101101 |
Color Harmonies of #B9AB2D
Complementary color
Monochromatic Colors of #B9AB2D
Black with #B9AB2D
Text Example
Text Example
White with #B9AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB2D; }
p { color: rgb(185,171,45); }
H1.HeaderClassName
{
color: #B9AB2D;
}
.AnyTagClassName
{
color: #B9AB2D;
}
</style>
background-color css
<style>
a { background-color: #B9AB2D; }
a { background-color: rgb(185,171,45); }
div.DivClassName
{
background-color: #B9AB2D;
}
.BgClassName
{
background-color: #B9AB2D;
}
</style>
border-color css
<style>
span { border-color: #B9AB2D; }
span { border-color: rgb(185,171,45); }
td.TdClassName
{
border-color: #B9AB2D;
}
.TagClassName
{
border-color: #B9AB2D;
}
</style>