Shades of Earls Green #BAB124
Tints of Earls Green #BAB124
RGB
CMYK
RGB Variations
Color information
#BAB124 (or 0xBAB124) is known color: Earls Green. HEX triplet: BA, B1 and 24. RGB value is (186,177,36). Sum of RGB (Red+Green+Blue) = 186+177+36=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 36 (14.45% from 255 or 9.02% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB124 is #454EDB. Grayscale: #A4A4A4. Windows color (decimal): -4542172 or 2404794. OLE color: 2404794.
HSL color Cylindrical-coordinate representation of color #BAB124: hue angle of 56.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAB124 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 36 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.27 |
| HSL | 56.4º | 0.68% | 0.44% | - |
| HSV(B) | 56.4º | 0.81% | 0.73% | - |
| XYZ | 36.29 | 42.01 | 7.87 | - |
| YUV | 163.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 36 | 0 | 0.05 | 0.81 | 0.27 | 56.4 | 0.68 | 0.44 |
| Hex | BA | B1 | 24 | 0 | 5 | 51 | 1B | 38 | 44 | 2C |
| Octal | 272 | 261 | 44 | 0 | 5 | 121 | 33 | 70 | 104 | 54 |
| Binary | 10111010 | 10110001 | 100100 | 0 | 101 | 1010001 | 11011 | 111000 | 1000100 | 101100 |
Color Harmonies of #BAB124
Complementary color
Monochromatic Colors of #BAB124
Black with #BAB124
Text Example
Text Example
White with #BAB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB124; }
p { color: rgb(186,177,36); }
H1.HeaderClassName
{
color: #BAB124;
}
.AnyTagClassName
{
color: #BAB124;
}
</style>
background-color css
<style>
a { background-color: #BAB124; }
a { background-color: rgb(186,177,36); }
div.DivClassName
{
background-color: #BAB124;
}
.BgClassName
{
background-color: #BAB124;
}
</style>
border-color css
<style>
span { border-color: #BAB124; }
span { border-color: rgb(186,177,36); }
td.TdClassName
{
border-color: #BAB124;
}
.TagClassName
{
border-color: #BAB124;
}
</style>