Shades of Mantis #86B96C
Tints of Mantis #86B96C
RGB
CMYK
RGB Variations
Color information
#86B96C (or 0x86B96C) is known color: Mantis. HEX triplet: 86, B9 and 6C. RGB value is (134,185,108). Sum of RGB (Red+Green+Blue) = 134+185+108=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #86B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B96C is #794693. Grayscale: #A1A1A1. Windows color (decimal): -7947924 or 7125382. OLE color: 7125382.
HSL color Cylindrical-coordinate representation of color #86B96C: hue angle of 99.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86B96C is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 185 | 108 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.27 |
| HSL | 99.74º | 0.35% | 0.57% | - |
| HSV(B) | 99.74º | 0.42% | 0.73% | - |
| XYZ | 29.89 | 40.85 | 20.5 | - |
| YUV | 160.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 185 | 108 | 0.28 | 0 | 0.42 | 0.27 | 99.74 | 0.35 | 0.57 |
| Hex | 86 | B9 | 6C | 1C | 0 | 2A | 1B | 64 | 23 | 39 |
| Octal | 206 | 271 | 154 | 34 | 0 | 52 | 33 | 144 | 43 | 71 |
| Binary | 10000110 | 10111001 | 1101100 | 11100 | 0 | 101010 | 11011 | 1100100 | 100011 | 111001 |
Color Harmonies of #86B96C
Complementary color
Monochromatic Colors of #86B96C
Black with #86B96C
Text Example
Text Example
White with #86B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B96C; }
p { color: rgb(134,185,108); }
H1.HeaderClassName
{
color: #86B96C;
}
.AnyTagClassName
{
color: #86B96C;
}
</style>
background-color css
<style>
a { background-color: #86B96C; }
a { background-color: rgb(134,185,108); }
div.DivClassName
{
background-color: #86B96C;
}
.BgClassName
{
background-color: #86B96C;
}
</style>
border-color css
<style>
span { border-color: #86B96C; }
span { border-color: rgb(134,185,108); }
td.TdClassName
{
border-color: #86B96C;
}
.TagClassName
{
border-color: #86B96C;
}
</style>