Shades of Earls Green #BAA31C
Tints of Earls Green #BAA31C
RGB
CMYK
RGB Variations
Color information
#BAA31C (or 0xBAA31C) is known color: Earls Green. HEX triplet: BA, A3 and 1C. RGB value is (186,163,28). Sum of RGB (Red+Green+Blue) = 186+163+28=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA31C is #455CE3. Grayscale: #9B9B9B. Windows color (decimal): -4545764 or 1876922. OLE color: 1876922.
HSL color Cylindrical-coordinate representation of color #BAA31C: hue angle of 51.27º 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 #BAA31C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 28 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.27 |
| HSL | 51.27º | 0.74% | 0.42% | - |
| HSV(B) | 51.27º | 0.85% | 0.73% | - |
| XYZ | 33.56 | 36.72 | 6.42 | - |
| YUV | 154.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 28 | 0 | 0.12 | 0.85 | 0.27 | 51.27 | 0.74 | 0.42 |
| Hex | BA | A3 | 1C | 0 | C | 55 | 1B | 33 | 4A | 2A |
| Octal | 272 | 243 | 34 | 0 | 14 | 125 | 33 | 63 | 112 | 52 |
| Binary | 10111010 | 10100011 | 11100 | 0 | 1100 | 1010101 | 11011 | 110011 | 1001010 | 101010 |
Color Harmonies of #BAA31C
Complementary color
Monochromatic Colors of #BAA31C
Black with #BAA31C
Text Example
Text Example
White with #BAA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA31C; }
p { color: rgb(186,163,28); }
H1.HeaderClassName
{
color: #BAA31C;
}
.AnyTagClassName
{
color: #BAA31C;
}
</style>
background-color css
<style>
a { background-color: #BAA31C; }
a { background-color: rgb(186,163,28); }
div.DivClassName
{
background-color: #BAA31C;
}
.BgClassName
{
background-color: #BAA31C;
}
</style>
border-color css
<style>
span { border-color: #BAA31C; }
span { border-color: rgb(186,163,28); }
td.TdClassName
{
border-color: #BAA31C;
}
.TagClassName
{
border-color: #BAA31C;
}
</style>