Shades of Earls Green #BAA811
Tints of Earls Green #BAA811
RGB
CMYK
RGB Variations
Color information
#BAA811 (or 0xBAA811) is known color: Earls Green. HEX triplet: BA, A8 and 11. RGB value is (186,168,17). Sum of RGB (Red+Green+Blue) = 186+168+17=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA811 is #4557EE. Grayscale: #9C9C9C. Windows color (decimal): -4544495 or 1157306. OLE color: 1157306.
HSL color Cylindrical-coordinate representation of color #BAA811: hue angle of 53.61º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAA811 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 17 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.27 |
| HSL | 53.61º | 0.83% | 0.4% | - |
| HSV(B) | 53.61º | 0.91% | 0.73% | - |
| XYZ | 34.35 | 38.48 | 6.15 | - |
| YUV | 156.17 | 49.46 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 17 | 0 | 0.10 | 0.91 | 0.27 | 53.61 | 0.83 | 0.4 |
| Hex | BA | A8 | 11 | 0 | A | 5B | 1B | 36 | 53 | 28 |
| Octal | 272 | 250 | 21 | 0 | 12 | 133 | 33 | 66 | 123 | 50 |
| Binary | 10111010 | 10101000 | 10001 | 0 | 1010 | 1011011 | 11011 | 110110 | 1010011 | 101000 |
Color Harmonies of #BAA811
Complementary color
Monochromatic Colors of #BAA811
Black with #BAA811
Text Example
Text Example
White with #BAA811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA811; }
p { color: rgb(186,168,17); }
H1.HeaderClassName
{
color: #BAA811;
}
.AnyTagClassName
{
color: #BAA811;
}
</style>
background-color css
<style>
a { background-color: #BAA811; }
a { background-color: rgb(186,168,17); }
div.DivClassName
{
background-color: #BAA811;
}
.BgClassName
{
background-color: #BAA811;
}
</style>
border-color css
<style>
span { border-color: #BAA811; }
span { border-color: rgb(186,168,17); }
td.TdClassName
{
border-color: #BAA811;
}
.TagClassName
{
border-color: #BAA811;
}
</style>