Shades of Earls Green #BAB01C
Tints of Earls Green #BAB01C
RGB
CMYK
RGB Variations
Color information
#BAB01C (or 0xBAB01C) is known color: Earls Green. HEX triplet: BA, B0 and 1C. RGB value is (186,176,28). Sum of RGB (Red+Green+Blue) = 186+176+28=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB01C is #454FE3. Grayscale: #A2A2A2. Windows color (decimal): -4542436 or 1880250. OLE color: 1880250.
HSL color Cylindrical-coordinate representation of color #BAB01C: hue angle of 56.2º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAB01C is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 28 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.27 |
| HSL | 56.2º | 0.74% | 0.42% | - |
| HSV(B) | 56.2º | 0.85% | 0.73% | - |
| XYZ | 35.98 | 41.57 | 7.23 | - |
| YUV | 162.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 28 | 0 | 0.05 | 0.85 | 0.27 | 56.2 | 0.74 | 0.42 |
| Hex | BA | B0 | 1C | 0 | 5 | 55 | 1B | 38 | 4A | 2A |
| Octal | 272 | 260 | 34 | 0 | 5 | 125 | 33 | 70 | 112 | 52 |
| Binary | 10111010 | 10110000 | 11100 | 0 | 101 | 1010101 | 11011 | 111000 | 1001010 | 101010 |
Color Harmonies of #BAB01C
Complementary color
Monochromatic Colors of #BAB01C
Black with #BAB01C
Text Example
Text Example
White with #BAB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB01C; }
p { color: rgb(186,176,28); }
H1.HeaderClassName
{
color: #BAB01C;
}
.AnyTagClassName
{
color: #BAB01C;
}
</style>
background-color css
<style>
a { background-color: #BAB01C; }
a { background-color: rgb(186,176,28); }
div.DivClassName
{
background-color: #BAB01C;
}
.BgClassName
{
background-color: #BAB01C;
}
</style>
border-color css
<style>
span { border-color: #BAB01C; }
span { border-color: rgb(186,176,28); }
td.TdClassName
{
border-color: #BAB01C;
}
.TagClassName
{
border-color: #BAB01C;
}
</style>