Shades of Earls Green #BAB018
Tints of Earls Green #BAB018
RGB
CMYK
RGB Variations
Color information
#BAB018 (or 0xBAB018) is known color: Earls Green. HEX triplet: BA, B0 and 18. RGB value is (186,176,24). Sum of RGB (Red+Green+Blue) = 186+176+24=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB018 is #454FE7. Grayscale: #A2A2A2. Windows color (decimal): -4542440 or 1618106. OLE color: 1618106.
HSL color Cylindrical-coordinate representation of color #BAB018: hue angle of 56.3º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAB018 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 24 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.27 |
| HSL | 56.3º | 0.77% | 0.41% | - |
| HSV(B) | 56.3º | 0.87% | 0.73% | - |
| XYZ | 35.94 | 41.56 | 6.99 | - |
| YUV | 161.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 24 | 0 | 0.05 | 0.87 | 0.27 | 56.3 | 0.77 | 0.41 |
| Hex | BA | B0 | 18 | 0 | 5 | 57 | 1B | 38 | 4D | 29 |
| Octal | 272 | 260 | 30 | 0 | 5 | 127 | 33 | 70 | 115 | 51 |
| Binary | 10111010 | 10110000 | 11000 | 0 | 101 | 1010111 | 11011 | 111000 | 1001101 | 101001 |
Color Harmonies of #BAB018
Complementary color
Monochromatic Colors of #BAB018
Black with #BAB018
Text Example
Text Example
White with #BAB018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB018; }
p { color: rgb(186,176,24); }
H1.HeaderClassName
{
color: #BAB018;
}
.AnyTagClassName
{
color: #BAB018;
}
</style>
background-color css
<style>
a { background-color: #BAB018; }
a { background-color: rgb(186,176,24); }
div.DivClassName
{
background-color: #BAB018;
}
.BgClassName
{
background-color: #BAB018;
}
</style>
border-color css
<style>
span { border-color: #BAB018; }
span { border-color: rgb(186,176,24); }
td.TdClassName
{
border-color: #BAB018;
}
.TagClassName
{
border-color: #BAB018;
}
</style>