Shades of Earls Green #BAAB0D
Tints of Earls Green #BAAB0D
RGB
CMYK
RGB Variations
Color information
#BAAB0D (or 0xBAAB0D) is known color: Earls Green. HEX triplet: BA, AB and 0D. RGB value is (186,171,13). Sum of RGB (Red+Green+Blue) = 186+171+13=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB0D is #4554F2. Grayscale: #9E9E9E. Windows color (decimal): -4543731 or 895930. OLE color: 895930.
HSL color Cylindrical-coordinate representation of color #BAAB0D: hue angle of 54.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAAB0D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 13 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.27 |
| HSL | 54.8º | 0.87% | 0.39% | - |
| HSV(B) | 54.8º | 0.93% | 0.73% | - |
| XYZ | 34.89 | 39.59 | 6.18 | - |
| YUV | 157.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 13 | 0 | 0.08 | 0.93 | 0.27 | 54.8 | 0.87 | 0.39 |
| Hex | BA | AB | D | 0 | 8 | 5D | 1B | 37 | 57 | 27 |
| Octal | 272 | 253 | 15 | 0 | 10 | 135 | 33 | 67 | 127 | 47 |
| Binary | 10111010 | 10101011 | 1101 | 0 | 1000 | 1011101 | 11011 | 110111 | 1010111 | 100111 |
Color Harmonies of #BAAB0D
Complementary color
Monochromatic Colors of #BAAB0D
Black with #BAAB0D
Text Example
Text Example
White with #BAAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB0D; }
p { color: rgb(186,171,13); }
H1.HeaderClassName
{
color: #BAAB0D;
}
.AnyTagClassName
{
color: #BAAB0D;
}
</style>
background-color css
<style>
a { background-color: #BAAB0D; }
a { background-color: rgb(186,171,13); }
div.DivClassName
{
background-color: #BAAB0D;
}
.BgClassName
{
background-color: #BAAB0D;
}
</style>
border-color css
<style>
span { border-color: #BAAB0D; }
span { border-color: rgb(186,171,13); }
td.TdClassName
{
border-color: #BAAB0D;
}
.TagClassName
{
border-color: #BAAB0D;
}
</style>