Shades of Earls Green #BAB319
Tints of Earls Green #BAB319
RGB
CMYK
RGB Variations
Color information
#BAB319 (or 0xBAB319) is known color: Earls Green. HEX triplet: BA, B3 and 19. RGB value is (186,179,25). Sum of RGB (Red+Green+Blue) = 186+179+25=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB319 is #454CE6. Grayscale: #A4A4A4. Windows color (decimal): -4541671 or 1684410. OLE color: 1684410.
HSL color Cylindrical-coordinate representation of color #BAB319: hue angle of 57.39º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAB319 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 25 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.27 |
| HSL | 57.39º | 0.76% | 0.41% | - |
| HSV(B) | 57.39º | 0.87% | 0.73% | - |
| XYZ | 36.55 | 42.75 | 7.25 | - |
| YUV | 163.54 | 49.82 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 25 | 0 | 0.04 | 0.87 | 0.27 | 57.39 | 0.76 | 0.41 |
| Hex | BA | B3 | 19 | 0 | 4 | 57 | 1B | 39 | 4C | 29 |
| Octal | 272 | 263 | 31 | 0 | 4 | 127 | 33 | 71 | 114 | 51 |
| Binary | 10111010 | 10110011 | 11001 | 0 | 100 | 1010111 | 11011 | 111001 | 1001100 | 101001 |
Color Harmonies of #BAB319
Complementary color
Monochromatic Colors of #BAB319
Black with #BAB319
Text Example
Text Example
White with #BAB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB319; }
p { color: rgb(186,179,25); }
H1.HeaderClassName
{
color: #BAB319;
}
.AnyTagClassName
{
color: #BAB319;
}
</style>
background-color css
<style>
a { background-color: #BAB319; }
a { background-color: rgb(186,179,25); }
div.DivClassName
{
background-color: #BAB319;
}
.BgClassName
{
background-color: #BAB319;
}
</style>
border-color css
<style>
span { border-color: #BAB319; }
span { border-color: rgb(186,179,25); }
td.TdClassName
{
border-color: #BAB319;
}
.TagClassName
{
border-color: #BAB319;
}
</style>