Shades of Earls Green #BAB42A
Tints of Earls Green #BAB42A
RGB
CMYK
RGB Variations
Color information
#BAB42A (or 0xBAB42A) is known color: Earls Green. HEX triplet: BA, B4 and 2A. RGB value is (186,180,42). Sum of RGB (Red+Green+Blue) = 186+180+42=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB42A is #454BD5. Grayscale: #A6A6A6. Windows color (decimal): -4541398 or 2798778. OLE color: 2798778.
HSL color Cylindrical-coordinate representation of color #BAB42A: hue angle of 57.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAB42A is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 42 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.27 |
| HSL | 57.5º | 0.63% | 0.45% | - |
| HSV(B) | 57.5º | 0.77% | 0.73% | - |
| XYZ | 36.99 | 43.25 | 8.59 | - |
| YUV | 166.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 42 | 0 | 0.03 | 0.77 | 0.27 | 57.5 | 0.63 | 0.45 |
| Hex | BA | B4 | 2A | 0 | 3 | 4D | 1B | 3A | 3F | 2D |
| Octal | 272 | 264 | 52 | 0 | 3 | 115 | 33 | 72 | 77 | 55 |
| Binary | 10111010 | 10110100 | 101010 | 0 | 11 | 1001101 | 11011 | 111010 | 111111 | 101101 |
Color Harmonies of #BAB42A
Complementary color
Monochromatic Colors of #BAB42A
Black with #BAB42A
Text Example
Text Example
White with #BAB42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB42A; }
p { color: rgb(186,180,42); }
H1.HeaderClassName
{
color: #BAB42A;
}
.AnyTagClassName
{
color: #BAB42A;
}
</style>
background-color css
<style>
a { background-color: #BAB42A; }
a { background-color: rgb(186,180,42); }
div.DivClassName
{
background-color: #BAB42A;
}
.BgClassName
{
background-color: #BAB42A;
}
</style>
border-color css
<style>
span { border-color: #BAB42A; }
span { border-color: rgb(186,180,42); }
td.TdClassName
{
border-color: #BAB42A;
}
.TagClassName
{
border-color: #BAB42A;
}
</style>