Shades of Mantis #86BC56
Tints of Mantis #86BC56
RGB
CMYK
RGB Variations
Color information
#86BC56 (or 0x86BC56) is known color: Mantis. HEX triplet: 86, BC and 56. RGB value is (134,188,86). Sum of RGB (Red+Green+Blue) = 134+188+86=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC56 is #7943A9. Grayscale: #A0A0A0. Windows color (decimal): -7947178 or 5684358. OLE color: 5684358.
HSL color Cylindrical-coordinate representation of color #86BC56: hue angle of 91.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86BC56 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 86 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.26 |
| HSL | 91.76º | 0.43% | 0.54% | - |
| HSV(B) | 91.76º | 0.54% | 0.74% | - |
| XYZ | 29.49 | 41.71 | 15.3 | - |
| YUV | 160.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 86 | 0.29 | 0 | 0.54 | 0.26 | 91.76 | 0.43 | 0.54 |
| Hex | 86 | BC | 56 | 1D | 0 | 36 | 1A | 5C | 2B | 36 |
| Octal | 206 | 274 | 126 | 35 | 0 | 66 | 32 | 134 | 53 | 66 |
| Binary | 10000110 | 10111100 | 1010110 | 11101 | 0 | 110110 | 11010 | 1011100 | 101011 | 110110 |
Color Harmonies of #86BC56
Complementary color
Monochromatic Colors of #86BC56
Black with #86BC56
Text Example
Text Example
White with #86BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC56; }
p { color: rgb(134,188,86); }
H1.HeaderClassName
{
color: #86BC56;
}
.AnyTagClassName
{
color: #86BC56;
}
</style>
background-color css
<style>
a { background-color: #86BC56; }
a { background-color: rgb(134,188,86); }
div.DivClassName
{
background-color: #86BC56;
}
.BgClassName
{
background-color: #86BC56;
}
</style>
border-color css
<style>
span { border-color: #86BC56; }
span { border-color: rgb(134,188,86); }
td.TdClassName
{
border-color: #86BC56;
}
.TagClassName
{
border-color: #86BC56;
}
</style>