Shades of Earls Green #B9AB2A
Tints of Earls Green #B9AB2A
RGB
CMYK
RGB Variations
Color information
#B9AB2A (or 0xB9AB2A) is known color: Earls Green. HEX triplet: B9, AB and 2A. RGB value is (185,171,42). Sum of RGB (Red+Green+Blue) = 185+171+42=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB2A is #4654D5. Grayscale: #A1A1A1. Windows color (decimal): -4609238 or 2796473. OLE color: 2796473.
HSL color Cylindrical-coordinate representation of color #B9AB2A: hue angle of 54.13º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9AB2A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 42 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.27 |
| HSL | 54.13º | 0.63% | 0.45% | - |
| HSV(B) | 54.13º | 0.77% | 0.73% | - |
| XYZ | 34.99 | 39.61 | 7.99 | - |
| YUV | 160.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 42 | 0 | 0.08 | 0.77 | 0.27 | 54.13 | 0.63 | 0.45 |
| Hex | B9 | AB | 2A | 0 | 8 | 4D | 1B | 36 | 3F | 2D |
| Octal | 271 | 253 | 52 | 0 | 10 | 115 | 33 | 66 | 77 | 55 |
| Binary | 10111001 | 10101011 | 101010 | 0 | 1000 | 1001101 | 11011 | 110110 | 111111 | 101101 |
Color Harmonies of #B9AB2A
Complementary color
Monochromatic Colors of #B9AB2A
Black with #B9AB2A
Text Example
Text Example
White with #B9AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB2A; }
p { color: rgb(185,171,42); }
H1.HeaderClassName
{
color: #B9AB2A;
}
.AnyTagClassName
{
color: #B9AB2A;
}
</style>
background-color css
<style>
a { background-color: #B9AB2A; }
a { background-color: rgb(185,171,42); }
div.DivClassName
{
background-color: #B9AB2A;
}
.BgClassName
{
background-color: #B9AB2A;
}
</style>
border-color css
<style>
span { border-color: #B9AB2A; }
span { border-color: rgb(185,171,42); }
td.TdClassName
{
border-color: #B9AB2A;
}
.TagClassName
{
border-color: #B9AB2A;
}
</style>