Shades of Earls Green #BAA80E
Tints of Earls Green #BAA80E
RGB
CMYK
RGB Variations
Color information
#BAA80E (or 0xBAA80E) is known color: Earls Green. HEX triplet: BA, A8 and 0E. RGB value is (186,168,14). Sum of RGB (Red+Green+Blue) = 186+168+14=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA80E is #4557F1. Grayscale: #9C9C9C. Windows color (decimal): -4544498 or 960698. OLE color: 960698.
HSL color Cylindrical-coordinate representation of color #BAA80E: hue angle of 53.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAA80E is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 14 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.27 |
| HSL | 53.72º | 0.86% | 0.39% | - |
| HSV(B) | 53.72º | 0.92% | 0.73% | - |
| XYZ | 34.33 | 38.48 | 6.03 | - |
| YUV | 155.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 14 | 0 | 0.10 | 0.92 | 0.27 | 53.72 | 0.86 | 0.39 |
| Hex | BA | A8 | E | 0 | A | 5C | 1B | 36 | 56 | 27 |
| Octal | 272 | 250 | 16 | 0 | 12 | 134 | 33 | 66 | 126 | 47 |
| Binary | 10111010 | 10101000 | 1110 | 0 | 1010 | 1011100 | 11011 | 110110 | 1010110 | 100111 |
Color Harmonies of #BAA80E
Complementary color
Monochromatic Colors of #BAA80E
Black with #BAA80E
Text Example
Text Example
White with #BAA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA80E; }
p { color: rgb(186,168,14); }
H1.HeaderClassName
{
color: #BAA80E;
}
.AnyTagClassName
{
color: #BAA80E;
}
</style>
background-color css
<style>
a { background-color: #BAA80E; }
a { background-color: rgb(186,168,14); }
div.DivClassName
{
background-color: #BAA80E;
}
.BgClassName
{
background-color: #BAA80E;
}
</style>
border-color css
<style>
span { border-color: #BAA80E; }
span { border-color: rgb(186,168,14); }
td.TdClassName
{
border-color: #BAA80E;
}
.TagClassName
{
border-color: #BAA80E;
}
</style>