Shades of Earls Green #BAAB11
Tints of Earls Green #BAAB11
RGB
CMYK
RGB Variations
Color information
#BAAB11 (or 0xBAAB11) is known color: Earls Green. HEX triplet: BA, AB and 11. RGB value is (186,171,17). Sum of RGB (Red+Green+Blue) = 186+171+17=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB11 is #4554EE. Grayscale: #9E9E9E. Windows color (decimal): -4543727 or 1158074. OLE color: 1158074.
HSL color Cylindrical-coordinate representation of color #BAAB11: hue angle of 54.67º 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 #BAAB11 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 17 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.27 |
| HSL | 54.67º | 0.83% | 0.4% | - |
| HSV(B) | 54.67º | 0.91% | 0.73% | - |
| XYZ | 34.91 | 39.61 | 6.33 | - |
| YUV | 157.93 | 48.47 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 17 | 0 | 0.08 | 0.91 | 0.27 | 54.67 | 0.83 | 0.4 |
| Hex | BA | AB | 11 | 0 | 8 | 5B | 1B | 37 | 53 | 28 |
| Octal | 272 | 253 | 21 | 0 | 10 | 133 | 33 | 67 | 123 | 50 |
| Binary | 10111010 | 10101011 | 10001 | 0 | 1000 | 1011011 | 11011 | 110111 | 1010011 | 101000 |
Color Harmonies of #BAAB11
Complementary color
Monochromatic Colors of #BAAB11
Black with #BAAB11
Text Example
Text Example
White with #BAAB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB11; }
p { color: rgb(186,171,17); }
H1.HeaderClassName
{
color: #BAAB11;
}
.AnyTagClassName
{
color: #BAAB11;
}
</style>
background-color css
<style>
a { background-color: #BAAB11; }
a { background-color: rgb(186,171,17); }
div.DivClassName
{
background-color: #BAAB11;
}
.BgClassName
{
background-color: #BAAB11;
}
</style>
border-color css
<style>
span { border-color: #BAAB11; }
span { border-color: rgb(186,171,17); }
td.TdClassName
{
border-color: #BAAB11;
}
.TagClassName
{
border-color: #BAAB11;
}
</style>