Shades of Earls Green #BAB61D
Tints of Earls Green #BAB61D
RGB
CMYK
RGB Variations
Color information
#BAB61D (or 0xBAB61D) is known color: Earls Green. HEX triplet: BA, B6 and 1D. RGB value is (186,182,29). Sum of RGB (Red+Green+Blue) = 186+182+29=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB61D is #4549E2. Grayscale: #A6A6A6. Windows color (decimal): -4540899 or 1947322. OLE color: 1947322.
HSL color Cylindrical-coordinate representation of color #BAB61D: hue angle of 58.47º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAB61D is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 29 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.27 |
| HSL | 58.47º | 0.73% | 0.42% | - |
| HSV(B) | 58.47º | 0.84% | 0.73% | - |
| XYZ | 37.2 | 43.98 | 7.69 | - |
| YUV | 165.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 29 | 0 | 0.02 | 0.84 | 0.27 | 58.47 | 0.73 | 0.42 |
| Hex | BA | B6 | 1D | 0 | 2 | 54 | 1B | 3A | 49 | 2A |
| Octal | 272 | 266 | 35 | 0 | 2 | 124 | 33 | 72 | 111 | 52 |
| Binary | 10111010 | 10110110 | 11101 | 0 | 10 | 1010100 | 11011 | 111010 | 1001001 | 101010 |
Color Harmonies of #BAB61D
Complementary color
Monochromatic Colors of #BAB61D
Black with #BAB61D
Text Example
Text Example
White with #BAB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB61D; }
p { color: rgb(186,182,29); }
H1.HeaderClassName
{
color: #BAB61D;
}
.AnyTagClassName
{
color: #BAB61D;
}
</style>
background-color css
<style>
a { background-color: #BAB61D; }
a { background-color: rgb(186,182,29); }
div.DivClassName
{
background-color: #BAB61D;
}
.BgClassName
{
background-color: #BAB61D;
}
</style>
border-color css
<style>
span { border-color: #BAB61D; }
span { border-color: rgb(186,182,29); }
td.TdClassName
{
border-color: #BAB61D;
}
.TagClassName
{
border-color: #BAB61D;
}
</style>