Shades of Earls Green #BAB115
Tints of Earls Green #BAB115
RGB
CMYK
RGB Variations
Color information
#BAB115 (or 0xBAB115) is known color: Earls Green. HEX triplet: BA, B1 and 15. RGB value is (186,177,21). Sum of RGB (Red+Green+Blue) = 186+177+21=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB115 is #454EEA. Grayscale: #A2A2A2. Windows color (decimal): -4542187 or 1421754. OLE color: 1421754.
HSL color Cylindrical-coordinate representation of color #BAB115: hue angle of 56.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAB115 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 21 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.27 |
| HSL | 56.73º | 0.8% | 0.41% | - |
| HSV(B) | 56.73º | 0.89% | 0.73% | - |
| XYZ | 36.11 | 41.94 | 6.9 | - |
| YUV | 161.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 21 | 0 | 0.05 | 0.89 | 0.27 | 56.73 | 0.8 | 0.41 |
| Hex | BA | B1 | 15 | 0 | 5 | 59 | 1B | 39 | 50 | 29 |
| Octal | 272 | 261 | 25 | 0 | 5 | 131 | 33 | 71 | 120 | 51 |
| Binary | 10111010 | 10110001 | 10101 | 0 | 101 | 1011001 | 11011 | 111001 | 1010000 | 101001 |
Color Harmonies of #BAB115
Complementary color
Monochromatic Colors of #BAB115
Black with #BAB115
Text Example
Text Example
White with #BAB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB115; }
p { color: rgb(186,177,21); }
H1.HeaderClassName
{
color: #BAB115;
}
.AnyTagClassName
{
color: #BAB115;
}
</style>
background-color css
<style>
a { background-color: #BAB115; }
a { background-color: rgb(186,177,21); }
div.DivClassName
{
background-color: #BAB115;
}
.BgClassName
{
background-color: #BAB115;
}
</style>
border-color css
<style>
span { border-color: #BAB115; }
span { border-color: rgb(186,177,21); }
td.TdClassName
{
border-color: #BAB115;
}
.TagClassName
{
border-color: #BAB115;
}
</style>