Shades of Mantis #86BA5B
Tints of Mantis #86BA5B
RGB
CMYK
RGB Variations
Color information
#86BA5B (or 0x86BA5B) is known color: Mantis. HEX triplet: 86, BA and 5B. RGB value is (134,186,91). Sum of RGB (Red+Green+Blue) = 134+186+91=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA5B is #7945A4. Grayscale: #9F9F9F. Windows color (decimal): -7947685 or 6011526. OLE color: 6011526.
HSL color Cylindrical-coordinate representation of color #86BA5B: hue angle of 92.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86BA5B is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 91 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.27 |
| HSL | 92.84º | 0.41% | 0.54% | - |
| HSV(B) | 92.84º | 0.51% | 0.73% | - |
| XYZ | 29.28 | 40.94 | 16.26 | - |
| YUV | 159.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 91 | 0.28 | 0 | 0.51 | 0.27 | 92.84 | 0.41 | 0.54 |
| Hex | 86 | BA | 5B | 1C | 0 | 33 | 1B | 5D | 29 | 36 |
| Octal | 206 | 272 | 133 | 34 | 0 | 63 | 33 | 135 | 51 | 66 |
| Binary | 10000110 | 10111010 | 1011011 | 11100 | 0 | 110011 | 11011 | 1011101 | 101001 | 110110 |
Color Harmonies of #86BA5B
Complementary color
Monochromatic Colors of #86BA5B
Black with #86BA5B
Text Example
Text Example
White with #86BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA5B; }
p { color: rgb(134,186,91); }
H1.HeaderClassName
{
color: #86BA5B;
}
.AnyTagClassName
{
color: #86BA5B;
}
</style>
background-color css
<style>
a { background-color: #86BA5B; }
a { background-color: rgb(134,186,91); }
div.DivClassName
{
background-color: #86BA5B;
}
.BgClassName
{
background-color: #86BA5B;
}
</style>
border-color css
<style>
span { border-color: #86BA5B; }
span { border-color: rgb(134,186,91); }
td.TdClassName
{
border-color: #86BA5B;
}
.TagClassName
{
border-color: #86BA5B;
}
</style>