Shades of Earls Green #BAB21C
Tints of Earls Green #BAB21C
RGB
CMYK
RGB Variations
Color information
#BAB21C (or 0xBAB21C) is known color: Earls Green. HEX triplet: BA, B2 and 1C. RGB value is (186,178,28). Sum of RGB (Red+Green+Blue) = 186+178+28=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB21C is #454DE3. Grayscale: #A3A3A3. Windows color (decimal): -4541924 or 1880762. OLE color: 1880762.
HSL color Cylindrical-coordinate representation of color #BAB21C: hue angle of 56.96º 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 #BAB21C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 28 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.27 |
| HSL | 56.96º | 0.74% | 0.42% | - |
| HSV(B) | 56.96º | 0.85% | 0.73% | - |
| XYZ | 36.38 | 42.36 | 7.36 | - |
| YUV | 163.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 28 | 0 | 0.04 | 0.85 | 0.27 | 56.96 | 0.74 | 0.42 |
| Hex | BA | B2 | 1C | 0 | 4 | 55 | 1B | 39 | 4A | 2A |
| Octal | 272 | 262 | 34 | 0 | 4 | 125 | 33 | 71 | 112 | 52 |
| Binary | 10111010 | 10110010 | 11100 | 0 | 100 | 1010101 | 11011 | 111001 | 1001010 | 101010 |
Color Harmonies of #BAB21C
Complementary color
Monochromatic Colors of #BAB21C
Black with #BAB21C
Text Example
Text Example
White with #BAB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB21C; }
p { color: rgb(186,178,28); }
H1.HeaderClassName
{
color: #BAB21C;
}
.AnyTagClassName
{
color: #BAB21C;
}
</style>
background-color css
<style>
a { background-color: #BAB21C; }
a { background-color: rgb(186,178,28); }
div.DivClassName
{
background-color: #BAB21C;
}
.BgClassName
{
background-color: #BAB21C;
}
</style>
border-color css
<style>
span { border-color: #BAB21C; }
span { border-color: rgb(186,178,28); }
td.TdClassName
{
border-color: #BAB21C;
}
.TagClassName
{
border-color: #BAB21C;
}
</style>