Shades of Earls Green #BAB029
Tints of Earls Green #BAB029
RGB
CMYK
RGB Variations
Color information
#BAB029 (or 0xBAB029) is known color: Earls Green. HEX triplet: BA, B0 and 29. RGB value is (186,176,41). Sum of RGB (Red+Green+Blue) = 186+176+41=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB029 is #454FD6. Grayscale: #A4A4A4. Windows color (decimal): -4542423 or 2732218. OLE color: 2732218.
HSL color Cylindrical-coordinate representation of color #BAB029: hue angle of 55.86º 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 #BAB029 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 41 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.27 |
| HSL | 55.86º | 0.64% | 0.45% | - |
| HSV(B) | 55.86º | 0.78% | 0.73% | - |
| XYZ | 36.18 | 41.65 | 8.23 | - |
| YUV | 163.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 41 | 0 | 0.05 | 0.78 | 0.27 | 55.86 | 0.64 | 0.45 |
| Hex | BA | B0 | 29 | 0 | 5 | 4E | 1B | 38 | 40 | 2D |
| Octal | 272 | 260 | 51 | 0 | 5 | 116 | 33 | 70 | 100 | 55 |
| Binary | 10111010 | 10110000 | 101001 | 0 | 101 | 1001110 | 11011 | 111000 | 1000000 | 101101 |
Color Harmonies of #BAB029
Complementary color
Monochromatic Colors of #BAB029
Black with #BAB029
Text Example
Text Example
White with #BAB029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB029; }
p { color: rgb(186,176,41); }
H1.HeaderClassName
{
color: #BAB029;
}
.AnyTagClassName
{
color: #BAB029;
}
</style>
background-color css
<style>
a { background-color: #BAB029; }
a { background-color: rgb(186,176,41); }
div.DivClassName
{
background-color: #BAB029;
}
.BgClassName
{
background-color: #BAB029;
}
</style>
border-color css
<style>
span { border-color: #BAB029; }
span { border-color: rgb(186,176,41); }
td.TdClassName
{
border-color: #BAB029;
}
.TagClassName
{
border-color: #BAB029;
}
</style>