Shades of Earls Green #BAB41D
Tints of Earls Green #BAB41D
RGB
CMYK
RGB Variations
Color information
#BAB41D (or 0xBAB41D) is known color: Earls Green. HEX triplet: BA, B4 and 1D. RGB value is (186,180,29). Sum of RGB (Red+Green+Blue) = 186+180+29=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB41D is #454BE2. Grayscale: #A5A5A5. Windows color (decimal): -4541411 or 1946810. OLE color: 1946810.
HSL color Cylindrical-coordinate representation of color #BAB41D: hue angle of 57.71º 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 #BAB41D is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 29 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.27 |
| HSL | 57.71º | 0.73% | 0.42% | - |
| HSV(B) | 57.71º | 0.84% | 0.73% | - |
| XYZ | 36.79 | 43.17 | 7.56 | - |
| YUV | 164.58 | 51.49 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 29 | 0 | 0.03 | 0.84 | 0.27 | 57.71 | 0.73 | 0.42 |
| Hex | BA | B4 | 1D | 0 | 3 | 54 | 1B | 3A | 49 | 2A |
| Octal | 272 | 264 | 35 | 0 | 3 | 124 | 33 | 72 | 111 | 52 |
| Binary | 10111010 | 10110100 | 11101 | 0 | 11 | 1010100 | 11011 | 111010 | 1001001 | 101010 |
Color Harmonies of #BAB41D
Complementary color
Monochromatic Colors of #BAB41D
Black with #BAB41D
Text Example
Text Example
White with #BAB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB41D; }
p { color: rgb(186,180,29); }
H1.HeaderClassName
{
color: #BAB41D;
}
.AnyTagClassName
{
color: #BAB41D;
}
</style>
background-color css
<style>
a { background-color: #BAB41D; }
a { background-color: rgb(186,180,29); }
div.DivClassName
{
background-color: #BAB41D;
}
.BgClassName
{
background-color: #BAB41D;
}
</style>
border-color css
<style>
span { border-color: #BAB41D; }
span { border-color: rgb(186,180,29); }
td.TdClassName
{
border-color: #BAB41D;
}
.TagClassName
{
border-color: #BAB41D;
}
</style>