Shades of Mountain Meadow #20BA86
Tints of Mountain Meadow #20BA86
RGB
CMYK
RGB Variations
Color information
#20BA86 (or 0x20BA86) is known color: Mountain Meadow. HEX triplet: 20, BA and 86. RGB value is (32,186,134). Sum of RGB (Red+Green+Blue) = 32+186+134=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BA86 is #DF4579. Grayscale: #868686. Windows color (decimal): -14632314 or 8829472. OLE color: 8829472.
HSL color Cylindrical-coordinate representation of color #20BA86: hue angle of 159.74º 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 #20BA86 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 134 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.27 |
| HSL | 159.74º | 0.71% | 0.43% | - |
| HSV(B) | 159.74º | 0.83% | 0.73% | - |
| XYZ | 22.46 | 37.15 | 28.54 | - |
| YUV | 134.03 | 127.98 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 134 | 0.83 | 0 | 0.28 | 0.27 | 159.74 | 0.71 | 0.43 |
| Hex | 20 | BA | 86 | 53 | 0 | 1C | 1B | A0 | 47 | 2B |
| Octal | 40 | 272 | 206 | 123 | 0 | 34 | 33 | 240 | 107 | 53 |
| Binary | 100000 | 10111010 | 10000110 | 1010011 | 0 | 11100 | 11011 | 10100000 | 1000111 | 101011 |
Color Harmonies of #20BA86
Complementary color
Monochromatic Colors of #20BA86
Black with #20BA86
Text Example
Text Example
White with #20BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA86; }
p { color: rgb(32,186,134); }
H1.HeaderClassName
{
color: #20BA86;
}
.AnyTagClassName
{
color: #20BA86;
}
</style>
background-color css
<style>
a { background-color: #20BA86; }
a { background-color: rgb(32,186,134); }
div.DivClassName
{
background-color: #20BA86;
}
.BgClassName
{
background-color: #20BA86;
}
</style>
border-color css
<style>
span { border-color: #20BA86; }
span { border-color: rgb(32,186,134); }
td.TdClassName
{
border-color: #20BA86;
}
.TagClassName
{
border-color: #20BA86;
}
</style>