Shades of Earls Green #B9AB1D
Tints of Earls Green #B9AB1D
RGB
CMYK
RGB Variations
Color information
#B9AB1D (or 0xB9AB1D) is known color: Earls Green. HEX triplet: B9, AB and 1D. RGB value is (185,171,29). Sum of RGB (Red+Green+Blue) = 185+171+29=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB1D is #4654E2. Grayscale: #9F9F9F. Windows color (decimal): -4609251 or 1944505. OLE color: 1944505.
HSL color Cylindrical-coordinate representation of color #B9AB1D: hue angle of 54.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9AB1D is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 29 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.27 |
| HSL | 54.62º | 0.73% | 0.42% | - |
| HSV(B) | 54.62º | 0.84% | 0.73% | - |
| XYZ | 34.79 | 39.53 | 6.96 | - |
| YUV | 159 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 29 | 0 | 0.08 | 0.84 | 0.27 | 54.62 | 0.73 | 0.42 |
| Hex | B9 | AB | 1D | 0 | 8 | 54 | 1B | 37 | 49 | 2A |
| Octal | 271 | 253 | 35 | 0 | 10 | 124 | 33 | 67 | 111 | 52 |
| Binary | 10111001 | 10101011 | 11101 | 0 | 1000 | 1010100 | 11011 | 110111 | 1001001 | 101010 |
Color Harmonies of #B9AB1D
Complementary color
Monochromatic Colors of #B9AB1D
Black with #B9AB1D
Text Example
Text Example
White with #B9AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB1D; }
p { color: rgb(185,171,29); }
H1.HeaderClassName
{
color: #B9AB1D;
}
.AnyTagClassName
{
color: #B9AB1D;
}
</style>
background-color css
<style>
a { background-color: #B9AB1D; }
a { background-color: rgb(185,171,29); }
div.DivClassName
{
background-color: #B9AB1D;
}
.BgClassName
{
background-color: #B9AB1D;
}
</style>
border-color css
<style>
span { border-color: #B9AB1D; }
span { border-color: rgb(185,171,29); }
td.TdClassName
{
border-color: #B9AB1D;
}
.TagClassName
{
border-color: #B9AB1D;
}
</style>