Shades of Earls Green #BAA31B
Tints of Earls Green #BAA31B
RGB
CMYK
RGB Variations
Color information
#BAA31B (or 0xBAA31B) is known color: Earls Green. HEX triplet: BA, A3 and 1B. RGB value is (186,163,27). Sum of RGB (Red+Green+Blue) = 186+163+27=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA31B is #455CE4. Grayscale: #9A9A9A. Windows color (decimal): -4545765 or 1811386. OLE color: 1811386.
HSL color Cylindrical-coordinate representation of color #BAA31B: hue angle of 51.32º degrees, saturation: 0.75, 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 #BAA31B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 163 | 27 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.27 |
| HSL | 51.32º | 0.75% | 0.42% | - |
| HSV(B) | 51.32º | 0.85% | 0.73% | - |
| XYZ | 33.54 | 36.71 | 6.36 | - |
| YUV | 154.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 163 | 27 | 0 | 0.12 | 0.85 | 0.27 | 51.32 | 0.75 | 0.42 |
| Hex | BA | A3 | 1B | 0 | C | 55 | 1B | 33 | 4B | 2A |
| Octal | 272 | 243 | 33 | 0 | 14 | 125 | 33 | 63 | 113 | 52 |
| Binary | 10111010 | 10100011 | 11011 | 0 | 1100 | 1010101 | 11011 | 110011 | 1001011 | 101010 |
Color Harmonies of #BAA31B
Complementary color
Monochromatic Colors of #BAA31B
Black with #BAA31B
Text Example
Text Example
White with #BAA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA31B; }
p { color: rgb(186,163,27); }
H1.HeaderClassName
{
color: #BAA31B;
}
.AnyTagClassName
{
color: #BAA31B;
}
</style>
background-color css
<style>
a { background-color: #BAA31B; }
a { background-color: rgb(186,163,27); }
div.DivClassName
{
background-color: #BAA31B;
}
.BgClassName
{
background-color: #BAA31B;
}
</style>
border-color css
<style>
span { border-color: #BAA31B; }
span { border-color: rgb(186,163,27); }
td.TdClassName
{
border-color: #BAA31B;
}
.TagClassName
{
border-color: #BAA31B;
}
</style>