Shades of Earls Green #B9AB30
Tints of Earls Green #B9AB30
RGB
CMYK
RGB Variations
Color information
#B9AB30 (or 0xB9AB30) is known color: Earls Green. HEX triplet: B9, AB and 30. RGB value is (185,171,48). Sum of RGB (Red+Green+Blue) = 185+171+48=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB30 is #4654CF. Grayscale: #A1A1A1. Windows color (decimal): -4609232 or 3189689. OLE color: 3189689.
HSL color Cylindrical-coordinate representation of color #B9AB30: hue angle of 53.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9AB30 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 48 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.27 |
| HSL | 53.87º | 0.59% | 0.46% | - |
| HSV(B) | 53.87º | 0.74% | 0.73% | - |
| XYZ | 35.1 | 39.65 | 8.6 | - |
| YUV | 161.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 48 | 0 | 0.08 | 0.74 | 0.27 | 53.87 | 0.59 | 0.46 |
| Hex | B9 | AB | 30 | 0 | 8 | 4A | 1B | 36 | 3B | 2E |
| Octal | 271 | 253 | 60 | 0 | 10 | 112 | 33 | 66 | 73 | 56 |
| Binary | 10111001 | 10101011 | 110000 | 0 | 1000 | 1001010 | 11011 | 110110 | 111011 | 101110 |
Color Harmonies of #B9AB30
Complementary color
Monochromatic Colors of #B9AB30
Black with #B9AB30
Text Example
Text Example
White with #B9AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB30; }
p { color: rgb(185,171,48); }
H1.HeaderClassName
{
color: #B9AB30;
}
.AnyTagClassName
{
color: #B9AB30;
}
</style>
background-color css
<style>
a { background-color: #B9AB30; }
a { background-color: rgb(185,171,48); }
div.DivClassName
{
background-color: #B9AB30;
}
.BgClassName
{
background-color: #B9AB30;
}
</style>
border-color css
<style>
span { border-color: #B9AB30; }
span { border-color: rgb(185,171,48); }
td.TdClassName
{
border-color: #B9AB30;
}
.TagClassName
{
border-color: #B9AB30;
}
</style>