Shades of Earls Green #B9AB2C
Tints of Earls Green #B9AB2C
RGB
CMYK
RGB Variations
Color information
#B9AB2C (or 0xB9AB2C) is known color: Earls Green. HEX triplet: B9, AB and 2C. RGB value is (185,171,44). Sum of RGB (Red+Green+Blue) = 185+171+44=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB2C is #4654D3. Grayscale: #A1A1A1. Windows color (decimal): -4609236 or 2927545. OLE color: 2927545.
HSL color Cylindrical-coordinate representation of color #B9AB2C: hue angle of 54.04º degrees, saturation: 0.62, 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 #B9AB2C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 44 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.27 |
| HSL | 54.04º | 0.62% | 0.45% | - |
| HSV(B) | 54.04º | 0.76% | 0.73% | - |
| XYZ | 35.03 | 39.62 | 8.18 | - |
| YUV | 160.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 44 | 0 | 0.08 | 0.76 | 0.27 | 54.04 | 0.62 | 0.45 |
| Hex | B9 | AB | 2C | 0 | 8 | 4C | 1B | 36 | 3E | 2D |
| Octal | 271 | 253 | 54 | 0 | 10 | 114 | 33 | 66 | 76 | 55 |
| Binary | 10111001 | 10101011 | 101100 | 0 | 1000 | 1001100 | 11011 | 110110 | 111110 | 101101 |
Color Harmonies of #B9AB2C
Complementary color
Monochromatic Colors of #B9AB2C
Black with #B9AB2C
Text Example
Text Example
White with #B9AB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB2C; }
p { color: rgb(185,171,44); }
H1.HeaderClassName
{
color: #B9AB2C;
}
.AnyTagClassName
{
color: #B9AB2C;
}
</style>
background-color css
<style>
a { background-color: #B9AB2C; }
a { background-color: rgb(185,171,44); }
div.DivClassName
{
background-color: #B9AB2C;
}
.BgClassName
{
background-color: #B9AB2C;
}
</style>
border-color css
<style>
span { border-color: #B9AB2C; }
span { border-color: rgb(185,171,44); }
td.TdClassName
{
border-color: #B9AB2C;
}
.TagClassName
{
border-color: #B9AB2C;
}
</style>