Shades of Earls Green #BAA520
Tints of Earls Green #BAA520
RGB
CMYK
RGB Variations
Color information
#BAA520 (or 0xBAA520) is known color: Earls Green. HEX triplet: BA, A5 and 20. RGB value is (186,165,32). Sum of RGB (Red+Green+Blue) = 186+165+32=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA520 is #455ADF. Grayscale: #9C9C9C. Windows color (decimal): -4545248 or 2139578. OLE color: 2139578.
HSL color Cylindrical-coordinate representation of color #BAA520: hue angle of 51.82º 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 #BAA520 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 32 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.27 |
| HSL | 51.82º | 0.71% | 0.43% | - |
| HSV(B) | 51.82º | 0.83% | 0.73% | - |
| XYZ | 33.97 | 37.45 | 6.81 | - |
| YUV | 156.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 32 | 0 | 0.11 | 0.83 | 0.27 | 51.82 | 0.71 | 0.43 |
| Hex | BA | A5 | 20 | 0 | B | 53 | 1B | 34 | 47 | 2B |
| Octal | 272 | 245 | 40 | 0 | 13 | 123 | 33 | 64 | 107 | 53 |
| Binary | 10111010 | 10100101 | 100000 | 0 | 1011 | 1010011 | 11011 | 110100 | 1000111 | 101011 |
Color Harmonies of #BAA520
Complementary color
Monochromatic Colors of #BAA520
Black with #BAA520
Text Example
Text Example
White with #BAA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA520; }
p { color: rgb(186,165,32); }
H1.HeaderClassName
{
color: #BAA520;
}
.AnyTagClassName
{
color: #BAA520;
}
</style>
background-color css
<style>
a { background-color: #BAA520; }
a { background-color: rgb(186,165,32); }
div.DivClassName
{
background-color: #BAA520;
}
.BgClassName
{
background-color: #BAA520;
}
</style>
border-color css
<style>
span { border-color: #BAA520; }
span { border-color: rgb(186,165,32); }
td.TdClassName
{
border-color: #BAA520;
}
.TagClassName
{
border-color: #BAA520;
}
</style>