Shades of Earls Green #BAB11E
Tints of Earls Green #BAB11E
RGB
CMYK
RGB Variations
Color information
#BAB11E (or 0xBAB11E) is known color: Earls Green. HEX triplet: BA, B1 and 1E. RGB value is (186,177,30). Sum of RGB (Red+Green+Blue) = 186+177+30=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB11E is #454EE1. Grayscale: #A3A3A3. Windows color (decimal): -4542178 or 2011578. OLE color: 2011578.
HSL color Cylindrical-coordinate representation of color #BAB11E: hue angle of 56.54º degrees, saturation: 0.72, 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 #BAB11E is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 30 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.27 |
| HSL | 56.54º | 0.72% | 0.42% | - |
| HSV(B) | 56.54º | 0.84% | 0.73% | - |
| XYZ | 36.21 | 41.98 | 7.42 | - |
| YUV | 162.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 30 | 0 | 0.05 | 0.84 | 0.27 | 56.54 | 0.72 | 0.42 |
| Hex | BA | B1 | 1E | 0 | 5 | 54 | 1B | 39 | 48 | 2A |
| Octal | 272 | 261 | 36 | 0 | 5 | 124 | 33 | 71 | 110 | 52 |
| Binary | 10111010 | 10110001 | 11110 | 0 | 101 | 1010100 | 11011 | 111001 | 1001000 | 101010 |
Color Harmonies of #BAB11E
Complementary color
Monochromatic Colors of #BAB11E
Black with #BAB11E
Text Example
Text Example
White with #BAB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB11E; }
p { color: rgb(186,177,30); }
H1.HeaderClassName
{
color: #BAB11E;
}
.AnyTagClassName
{
color: #BAB11E;
}
</style>
background-color css
<style>
a { background-color: #BAB11E; }
a { background-color: rgb(186,177,30); }
div.DivClassName
{
background-color: #BAB11E;
}
.BgClassName
{
background-color: #BAB11E;
}
</style>
border-color css
<style>
span { border-color: #BAB11E; }
span { border-color: rgb(186,177,30); }
td.TdClassName
{
border-color: #BAB11E;
}
.TagClassName
{
border-color: #BAB11E;
}
</style>