Shades of Earls Green #BAB82B
Tints of Earls Green #BAB82B
RGB
CMYK
RGB Variations
Color information
#BAB82B (or 0xBAB82B) is known color: Earls Green. HEX triplet: BA, B8 and 2B. RGB value is (186,184,43). Sum of RGB (Red+Green+Blue) = 186+184+43=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB82B is #4547D4. Grayscale: #A9A9A9. Windows color (decimal): -4540373 or 2865338. OLE color: 2865338.
HSL color Cylindrical-coordinate representation of color #BAB82B: hue angle of 59.16º degrees, saturation: 0.62, 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 #BAB82B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 43 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.27 |
| HSL | 59.16º | 0.62% | 0.45% | - |
| HSV(B) | 59.16º | 0.77% | 0.73% | - |
| XYZ | 37.83 | 44.89 | 8.96 | - |
| YUV | 168.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 43 | 0 | 0.01 | 0.77 | 0.27 | 59.16 | 0.62 | 0.45 |
| Hex | BA | B8 | 2B | 0 | 1 | 4D | 1B | 3B | 3E | 2D |
| Octal | 272 | 270 | 53 | 0 | 1 | 115 | 33 | 73 | 76 | 55 |
| Binary | 10111010 | 10111000 | 101011 | 0 | 1 | 1001101 | 11011 | 111011 | 111110 | 101101 |
Color Harmonies of #BAB82B
Complementary color
Monochromatic Colors of #BAB82B
Black with #BAB82B
Text Example
Text Example
White with #BAB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB82B; }
p { color: rgb(186,184,43); }
H1.HeaderClassName
{
color: #BAB82B;
}
.AnyTagClassName
{
color: #BAB82B;
}
</style>
background-color css
<style>
a { background-color: #BAB82B; }
a { background-color: rgb(186,184,43); }
div.DivClassName
{
background-color: #BAB82B;
}
.BgClassName
{
background-color: #BAB82B;
}
</style>
border-color css
<style>
span { border-color: #BAB82B; }
span { border-color: rgb(186,184,43); }
td.TdClassName
{
border-color: #BAB82B;
}
.TagClassName
{
border-color: #BAB82B;
}
</style>