Shades of Earls Green #B9AB2F
Tints of Earls Green #B9AB2F
RGB
CMYK
RGB Variations
Color information
#B9AB2F (or 0xB9AB2F) is known color: Earls Green. HEX triplet: B9, AB and 2F. RGB value is (185,171,47). Sum of RGB (Red+Green+Blue) = 185+171+47=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB2F is #4654D0. Grayscale: #A1A1A1. Windows color (decimal): -4609233 or 3124153. OLE color: 3124153.
HSL color Cylindrical-coordinate representation of color #B9AB2F: hue angle of 53.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9AB2F is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 47 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.27 |
| HSL | 53.91º | 0.59% | 0.45% | - |
| HSV(B) | 53.91º | 0.75% | 0.73% | - |
| XYZ | 35.08 | 39.65 | 8.49 | - |
| YUV | 161.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 47 | 0 | 0.08 | 0.75 | 0.27 | 53.91 | 0.59 | 0.45 |
| Hex | B9 | AB | 2F | 0 | 8 | 4B | 1B | 36 | 3B | 2D |
| Octal | 271 | 253 | 57 | 0 | 10 | 113 | 33 | 66 | 73 | 55 |
| Binary | 10111001 | 10101011 | 101111 | 0 | 1000 | 1001011 | 11011 | 110110 | 111011 | 101101 |
Color Harmonies of #B9AB2F
Complementary color
Monochromatic Colors of #B9AB2F
Black with #B9AB2F
Text Example
Text Example
White with #B9AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB2F; }
p { color: rgb(185,171,47); }
H1.HeaderClassName
{
color: #B9AB2F;
}
.AnyTagClassName
{
color: #B9AB2F;
}
</style>
background-color css
<style>
a { background-color: #B9AB2F; }
a { background-color: rgb(185,171,47); }
div.DivClassName
{
background-color: #B9AB2F;
}
.BgClassName
{
background-color: #B9AB2F;
}
</style>
border-color css
<style>
span { border-color: #B9AB2F; }
span { border-color: rgb(185,171,47); }
td.TdClassName
{
border-color: #B9AB2F;
}
.TagClassName
{
border-color: #B9AB2F;
}
</style>