Shades of Earls Green #BAA31F
Tints of Earls Green #BAA31F
RGB
CMYK
RGB Variations
Color information
#BAA31F (or 0xBAA31F) is known color: Earls Green. HEX triplet: BA, A3 and 1F. RGB value is (186,163,31). Sum of RGB (Red+Green+Blue) = 186+163+31=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA31F is #455CE0. Grayscale: #9B9B9B. Windows color (decimal): -4545761 or 2073530. OLE color: 2073530.
HSL color Cylindrical-coordinate representation of color #BAA31F: hue angle of 51.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAA31F is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 31 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.27 |
| HSL | 51.1º | 0.71% | 0.43% | - |
| HSV(B) | 51.1º | 0.83% | 0.73% | - |
| XYZ | 33.59 | 36.73 | 6.62 | - |
| YUV | 154.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 31 | 0 | 0.12 | 0.83 | 0.27 | 51.1 | 0.71 | 0.43 |
| Hex | BA | A3 | 1F | 0 | C | 53 | 1B | 33 | 47 | 2B |
| Octal | 272 | 243 | 37 | 0 | 14 | 123 | 33 | 63 | 107 | 53 |
| Binary | 10111010 | 10100011 | 11111 | 0 | 1100 | 1010011 | 11011 | 110011 | 1000111 | 101011 |
Color Harmonies of #BAA31F
Complementary color
Monochromatic Colors of #BAA31F
Black with #BAA31F
Text Example
Text Example
White with #BAA31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA31F; }
p { color: rgb(186,163,31); }
H1.HeaderClassName
{
color: #BAA31F;
}
.AnyTagClassName
{
color: #BAA31F;
}
</style>
background-color css
<style>
a { background-color: #BAA31F; }
a { background-color: rgb(186,163,31); }
div.DivClassName
{
background-color: #BAA31F;
}
.BgClassName
{
background-color: #BAA31F;
}
</style>
border-color css
<style>
span { border-color: #BAA31F; }
span { border-color: rgb(186,163,31); }
td.TdClassName
{
border-color: #BAA31F;
}
.TagClassName
{
border-color: #BAA31F;
}
</style>