Shades of Earls Green #BAB52A
Tints of Earls Green #BAB52A
RGB
CMYK
RGB Variations
Color information
#BAB52A (or 0xBAB52A) is known color: Earls Green. HEX triplet: BA, B5 and 2A. RGB value is (186,181,42). Sum of RGB (Red+Green+Blue) = 186+181+42=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB52A is #454AD5. Grayscale: #A7A7A7. Windows color (decimal): -4541142 or 2799034. OLE color: 2799034.
HSL color Cylindrical-coordinate representation of color #BAB52A: hue angle of 57.92º 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 #BAB52A is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 42 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.27 |
| HSL | 57.92º | 0.63% | 0.45% | - |
| HSV(B) | 57.92º | 0.77% | 0.73% | - |
| XYZ | 37.19 | 43.65 | 8.66 | - |
| YUV | 166.65 | 57.66 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 42 | 0 | 0.03 | 0.77 | 0.27 | 57.92 | 0.63 | 0.45 |
| Hex | BA | B5 | 2A | 0 | 3 | 4D | 1B | 3A | 3F | 2D |
| Octal | 272 | 265 | 52 | 0 | 3 | 115 | 33 | 72 | 77 | 55 |
| Binary | 10111010 | 10110101 | 101010 | 0 | 11 | 1001101 | 11011 | 111010 | 111111 | 101101 |
Color Harmonies of #BAB52A
Complementary color
Monochromatic Colors of #BAB52A
Black with #BAB52A
Text Example
Text Example
White with #BAB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB52A; }
p { color: rgb(186,181,42); }
H1.HeaderClassName
{
color: #BAB52A;
}
.AnyTagClassName
{
color: #BAB52A;
}
</style>
background-color css
<style>
a { background-color: #BAB52A; }
a { background-color: rgb(186,181,42); }
div.DivClassName
{
background-color: #BAB52A;
}
.BgClassName
{
background-color: #BAB52A;
}
</style>
border-color css
<style>
span { border-color: #BAB52A; }
span { border-color: rgb(186,181,42); }
td.TdClassName
{
border-color: #BAB52A;
}
.TagClassName
{
border-color: #BAB52A;
}
</style>