Shades of Earls Green #BAB22D
Tints of Earls Green #BAB22D
RGB
CMYK
RGB Variations
Color information
#BAB22D (or 0xBAB22D) is known color: Earls Green. HEX triplet: BA, B2 and 2D. RGB value is (186,178,45). Sum of RGB (Red+Green+Blue) = 186+178+45=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB22D is #454DD2. Grayscale: #A5A5A5. Windows color (decimal): -4541907 or 2994874. OLE color: 2994874.
HSL color Cylindrical-coordinate representation of color #BAB22D: hue angle of 56.6º 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 #BAB22D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 45 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.27 |
| HSL | 56.6º | 0.61% | 0.45% | - |
| HSV(B) | 56.6º | 0.76% | 0.73% | - |
| XYZ | 36.64 | 42.47 | 8.75 | - |
| YUV | 165.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 45 | 0 | 0.04 | 0.76 | 0.27 | 56.6 | 0.61 | 0.45 |
| Hex | BA | B2 | 2D | 0 | 4 | 4C | 1B | 39 | 3D | 2D |
| Octal | 272 | 262 | 55 | 0 | 4 | 114 | 33 | 71 | 75 | 55 |
| Binary | 10111010 | 10110010 | 101101 | 0 | 100 | 1001100 | 11011 | 111001 | 111101 | 101101 |
Color Harmonies of #BAB22D
Complementary color
Monochromatic Colors of #BAB22D
Black with #BAB22D
Text Example
Text Example
White with #BAB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB22D; }
p { color: rgb(186,178,45); }
H1.HeaderClassName
{
color: #BAB22D;
}
.AnyTagClassName
{
color: #BAB22D;
}
</style>
background-color css
<style>
a { background-color: #BAB22D; }
a { background-color: rgb(186,178,45); }
div.DivClassName
{
background-color: #BAB22D;
}
.BgClassName
{
background-color: #BAB22D;
}
</style>
border-color css
<style>
span { border-color: #BAB22D; }
span { border-color: rgb(186,178,45); }
td.TdClassName
{
border-color: #BAB22D;
}
.TagClassName
{
border-color: #BAB22D;
}
</style>