Shades of Earls Green #BAB51D
Tints of Earls Green #BAB51D
RGB
CMYK
RGB Variations
Color information
#BAB51D (or 0xBAB51D) is known color: Earls Green. HEX triplet: BA, B5 and 1D. RGB value is (186,181,29). Sum of RGB (Red+Green+Blue) = 186+181+29=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB51D is #454AE2. Grayscale: #A5A5A5. Windows color (decimal): -4541155 or 1947066. OLE color: 1947066.
HSL color Cylindrical-coordinate representation of color #BAB51D: hue angle of 58.09º 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 #BAB51D is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 29 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.27 |
| HSL | 58.09º | 0.73% | 0.42% | - |
| HSV(B) | 58.09º | 0.84% | 0.73% | - |
| XYZ | 37 | 43.58 | 7.62 | - |
| YUV | 165.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 29 | 0 | 0.03 | 0.84 | 0.27 | 58.09 | 0.73 | 0.42 |
| Hex | BA | B5 | 1D | 0 | 3 | 54 | 1B | 3A | 49 | 2A |
| Octal | 272 | 265 | 35 | 0 | 3 | 124 | 33 | 72 | 111 | 52 |
| Binary | 10111010 | 10110101 | 11101 | 0 | 11 | 1010100 | 11011 | 111010 | 1001001 | 101010 |
Color Harmonies of #BAB51D
Complementary color
Monochromatic Colors of #BAB51D
Black with #BAB51D
Text Example
Text Example
White with #BAB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB51D; }
p { color: rgb(186,181,29); }
H1.HeaderClassName
{
color: #BAB51D;
}
.AnyTagClassName
{
color: #BAB51D;
}
</style>
background-color css
<style>
a { background-color: #BAB51D; }
a { background-color: rgb(186,181,29); }
div.DivClassName
{
background-color: #BAB51D;
}
.BgClassName
{
background-color: #BAB51D;
}
</style>
border-color css
<style>
span { border-color: #BAB51D; }
span { border-color: rgb(186,181,29); }
td.TdClassName
{
border-color: #BAB51D;
}
.TagClassName
{
border-color: #BAB51D;
}
</style>