Shades of Earls Green #BAA71E
Tints of Earls Green #BAA71E
RGB
CMYK
RGB Variations
Color information
#BAA71E (or 0xBAA71E) is known color: Earls Green. HEX triplet: BA, A7 and 1E. RGB value is (186,167,30). Sum of RGB (Red+Green+Blue) = 186+167+30=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA71E is #4558E1. Grayscale: #9D9D9D. Windows color (decimal): -4544738 or 2009018. OLE color: 2009018.
HSL color Cylindrical-coordinate representation of color #BAA71E: hue angle of 52.69º 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 #BAA71E is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 30 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.27 |
| HSL | 52.69º | 0.72% | 0.42% | - |
| HSV(B) | 52.69º | 0.84% | 0.73% | - |
| XYZ | 34.3 | 38.17 | 6.79 | - |
| YUV | 157.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 30 | 0 | 0.10 | 0.84 | 0.27 | 52.69 | 0.72 | 0.42 |
| Hex | BA | A7 | 1E | 0 | A | 54 | 1B | 35 | 48 | 2A |
| Octal | 272 | 247 | 36 | 0 | 12 | 124 | 33 | 65 | 110 | 52 |
| Binary | 10111010 | 10100111 | 11110 | 0 | 1010 | 1010100 | 11011 | 110101 | 1001000 | 101010 |
Color Harmonies of #BAA71E
Complementary color
Monochromatic Colors of #BAA71E
Black with #BAA71E
Text Example
Text Example
White with #BAA71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA71E; }
p { color: rgb(186,167,30); }
H1.HeaderClassName
{
color: #BAA71E;
}
.AnyTagClassName
{
color: #BAA71E;
}
</style>
background-color css
<style>
a { background-color: #BAA71E; }
a { background-color: rgb(186,167,30); }
div.DivClassName
{
background-color: #BAA71E;
}
.BgClassName
{
background-color: #BAA71E;
}
</style>
border-color css
<style>
span { border-color: #BAA71E; }
span { border-color: rgb(186,167,30); }
td.TdClassName
{
border-color: #BAA71E;
}
.TagClassName
{
border-color: #BAA71E;
}
</style>