Shades of Earls Green #BAB42D
Tints of Earls Green #BAB42D
RGB
CMYK
RGB Variations
Color information
#BAB42D (or 0xBAB42D) is known color: Earls Green. HEX triplet: BA, B4 and 2D. RGB value is (186,180,45). Sum of RGB (Red+Green+Blue) = 186+180+45=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB42D is #454BD2. Grayscale: #A6A6A6. Windows color (decimal): -4541395 or 2995386. OLE color: 2995386.
HSL color Cylindrical-coordinate representation of color #BAB42D: hue angle of 57.45º 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 #BAB42D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 45 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.27 |
| HSL | 57.45º | 0.61% | 0.45% | - |
| HSV(B) | 57.45º | 0.76% | 0.73% | - |
| XYZ | 37.04 | 43.27 | 8.88 | - |
| YUV | 166.4 | 59.49 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 45 | 0 | 0.03 | 0.76 | 0.27 | 57.45 | 0.61 | 0.45 |
| Hex | BA | B4 | 2D | 0 | 3 | 4C | 1B | 39 | 3D | 2D |
| Octal | 272 | 264 | 55 | 0 | 3 | 114 | 33 | 71 | 75 | 55 |
| Binary | 10111010 | 10110100 | 101101 | 0 | 11 | 1001100 | 11011 | 111001 | 111101 | 101101 |
Color Harmonies of #BAB42D
Complementary color
Monochromatic Colors of #BAB42D
Black with #BAB42D
Text Example
Text Example
White with #BAB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB42D; }
p { color: rgb(186,180,45); }
H1.HeaderClassName
{
color: #BAB42D;
}
.AnyTagClassName
{
color: #BAB42D;
}
</style>
background-color css
<style>
a { background-color: #BAB42D; }
a { background-color: rgb(186,180,45); }
div.DivClassName
{
background-color: #BAB42D;
}
.BgClassName
{
background-color: #BAB42D;
}
</style>
border-color css
<style>
span { border-color: #BAB42D; }
span { border-color: rgb(186,180,45); }
td.TdClassName
{
border-color: #BAB42D;
}
.TagClassName
{
border-color: #BAB42D;
}
</style>