Shades of Earls Green #BAB929
Tints of Earls Green #BAB929
RGB
CMYK
RGB Variations
Color information
#BAB929 (or 0xBAB929) is known color: Earls Green. HEX triplet: BA, B9 and 29. RGB value is (186,185,41). Sum of RGB (Red+Green+Blue) = 186+185+41=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB929 is #4546D6. Grayscale: #A9A9A9. Windows color (decimal): -4540119 or 2734522. OLE color: 2734522.
HSL color Cylindrical-coordinate representation of color #BAB929: hue angle of 59.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAB929 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 41 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.27 |
| HSL | 59.59º | 0.64% | 0.45% | - |
| HSV(B) | 59.59º | 0.78% | 0.73% | - |
| XYZ | 38 | 45.3 | 8.84 | - |
| YUV | 168.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 41 | 0 | 0.01 | 0.78 | 0.27 | 59.59 | 0.64 | 0.45 |
| Hex | BA | B9 | 29 | 0 | 1 | 4E | 1B | 3C | 40 | 2D |
| Octal | 272 | 271 | 51 | 0 | 1 | 116 | 33 | 74 | 100 | 55 |
| Binary | 10111010 | 10111001 | 101001 | 0 | 1 | 1001110 | 11011 | 111100 | 1000000 | 101101 |
Color Harmonies of #BAB929
Complementary color
Monochromatic Colors of #BAB929
Black with #BAB929
Text Example
Text Example
White with #BAB929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB929; }
p { color: rgb(186,185,41); }
H1.HeaderClassName
{
color: #BAB929;
}
.AnyTagClassName
{
color: #BAB929;
}
</style>
background-color css
<style>
a { background-color: #BAB929; }
a { background-color: rgb(186,185,41); }
div.DivClassName
{
background-color: #BAB929;
}
.BgClassName
{
background-color: #BAB929;
}
</style>
border-color css
<style>
span { border-color: #BAB929; }
span { border-color: rgb(186,185,41); }
td.TdClassName
{
border-color: #BAB929;
}
.TagClassName
{
border-color: #BAB929;
}
</style>