Shades of Earls Green #BAB62D
Tints of Earls Green #BAB62D
RGB
CMYK
RGB Variations
Color information
#BAB62D (or 0xBAB62D) is known color: Earls Green. HEX triplet: BA, B6 and 2D. RGB value is (186,182,45). Sum of RGB (Red+Green+Blue) = 186+182+45=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB62D is #4549D2. Grayscale: #A8A8A8. Windows color (decimal): -4540883 or 2995898. OLE color: 2995898.
HSL color Cylindrical-coordinate representation of color #BAB62D: hue angle of 58.3º 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 #BAB62D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 45 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.27 |
| HSL | 58.3º | 0.61% | 0.45% | - |
| HSV(B) | 58.3º | 0.76% | 0.73% | - |
| XYZ | 37.45 | 44.08 | 9.02 | - |
| YUV | 167.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 45 | 0 | 0.02 | 0.76 | 0.27 | 58.3 | 0.61 | 0.45 |
| Hex | BA | B6 | 2D | 0 | 2 | 4C | 1B | 3A | 3D | 2D |
| Octal | 272 | 266 | 55 | 0 | 2 | 114 | 33 | 72 | 75 | 55 |
| Binary | 10111010 | 10110110 | 101101 | 0 | 10 | 1001100 | 11011 | 111010 | 111101 | 101101 |
Color Harmonies of #BAB62D
Complementary color
Monochromatic Colors of #BAB62D
Black with #BAB62D
Text Example
Text Example
White with #BAB62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB62D; }
p { color: rgb(186,182,45); }
H1.HeaderClassName
{
color: #BAB62D;
}
.AnyTagClassName
{
color: #BAB62D;
}
</style>
background-color css
<style>
a { background-color: #BAB62D; }
a { background-color: rgb(186,182,45); }
div.DivClassName
{
background-color: #BAB62D;
}
.BgClassName
{
background-color: #BAB62D;
}
</style>
border-color css
<style>
span { border-color: #BAB62D; }
span { border-color: rgb(186,182,45); }
td.TdClassName
{
border-color: #BAB62D;
}
.TagClassName
{
border-color: #BAB62D;
}
</style>