Shades of Earls Green #BAA71C
Tints of Earls Green #BAA71C
RGB
CMYK
RGB Variations
Color information
#BAA71C (or 0xBAA71C) is known color: Earls Green. HEX triplet: BA, A7 and 1C. RGB value is (186,167,28). Sum of RGB (Red+Green+Blue) = 186+167+28=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA71C is #4558E3. Grayscale: #9D9D9D. Windows color (decimal): -4544740 or 1877946. OLE color: 1877946.
HSL color Cylindrical-coordinate representation of color #BAA71C: hue angle of 52.78º 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 #BAA71C is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 28 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.27 |
| HSL | 52.78º | 0.74% | 0.42% | - |
| HSV(B) | 52.78º | 0.85% | 0.73% | - |
| XYZ | 34.28 | 38.16 | 6.66 | - |
| YUV | 156.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 28 | 0 | 0.10 | 0.85 | 0.27 | 52.78 | 0.74 | 0.42 |
| Hex | BA | A7 | 1C | 0 | A | 55 | 1B | 35 | 4A | 2A |
| Octal | 272 | 247 | 34 | 0 | 12 | 125 | 33 | 65 | 112 | 52 |
| Binary | 10111010 | 10100111 | 11100 | 0 | 1010 | 1010101 | 11011 | 110101 | 1001010 | 101010 |
Color Harmonies of #BAA71C
Complementary color
Monochromatic Colors of #BAA71C
Black with #BAA71C
Text Example
Text Example
White with #BAA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA71C; }
p { color: rgb(186,167,28); }
H1.HeaderClassName
{
color: #BAA71C;
}
.AnyTagClassName
{
color: #BAA71C;
}
</style>
background-color css
<style>
a { background-color: #BAA71C; }
a { background-color: rgb(186,167,28); }
div.DivClassName
{
background-color: #BAA71C;
}
.BgClassName
{
background-color: #BAA71C;
}
</style>
border-color css
<style>
span { border-color: #BAA71C; }
span { border-color: rgb(186,167,28); }
td.TdClassName
{
border-color: #BAA71C;
}
.TagClassName
{
border-color: #BAA71C;
}
</style>