Shades of Earls Green #BAB52D
Tints of Earls Green #BAB52D
RGB
CMYK
RGB Variations
Color information
#BAB52D (or 0xBAB52D) is known color: Earls Green. HEX triplet: BA, B5 and 2D. RGB value is (186,181,45). Sum of RGB (Red+Green+Blue) = 186+181+45=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB52D is #454AD2. Grayscale: #A7A7A7. Windows color (decimal): -4541139 or 2995642. OLE color: 2995642.
HSL color Cylindrical-coordinate representation of color #BAB52D: hue angle of 57.87º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAB52D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 45 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.27 |
| HSL | 57.87º | 0.61% | 0.45% | - |
| HSV(B) | 57.87º | 0.76% | 0.73% | - |
| XYZ | 37.25 | 43.68 | 8.95 | - |
| YUV | 166.99 | 59.16 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 45 | 0 | 0.03 | 0.76 | 0.27 | 57.87 | 0.61 | 0.45 |
| Hex | BA | B5 | 2D | 0 | 3 | 4C | 1B | 3A | 3D | 2D |
| Octal | 272 | 265 | 55 | 0 | 3 | 114 | 33 | 72 | 75 | 55 |
| Binary | 10111010 | 10110101 | 101101 | 0 | 11 | 1001100 | 11011 | 111010 | 111101 | 101101 |
Color Harmonies of #BAB52D
Complementary color
Monochromatic Colors of #BAB52D
Black with #BAB52D
Text Example
Text Example
White with #BAB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB52D; }
p { color: rgb(186,181,45); }
H1.HeaderClassName
{
color: #BAB52D;
}
.AnyTagClassName
{
color: #BAB52D;
}
</style>
background-color css
<style>
a { background-color: #BAB52D; }
a { background-color: rgb(186,181,45); }
div.DivClassName
{
background-color: #BAB52D;
}
.BgClassName
{
background-color: #BAB52D;
}
</style>
border-color css
<style>
span { border-color: #BAB52D; }
span { border-color: rgb(186,181,45); }
td.TdClassName
{
border-color: #BAB52D;
}
.TagClassName
{
border-color: #BAB52D;
}
</style>