Shades of Mantis #86B562
Tints of Mantis #86B562
RGB
CMYK
RGB Variations
Color information
#86B562 (or 0x86B562) is known color: Mantis. HEX triplet: 86, B5 and 62. RGB value is (134,181,98). Sum of RGB (Red+Green+Blue) = 134+181+98=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #86B562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B562 is #794A9D. Grayscale: #9D9D9D. Windows color (decimal): -7948958 or 6468998. OLE color: 6468998.
HSL color Cylindrical-coordinate representation of color #86B562: hue angle of 93.98º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86B562 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 98 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.29 |
| HSL | 93.98º | 0.36% | 0.55% | - |
| HSV(B) | 93.98º | 0.46% | 0.71% | - |
| XYZ | 28.56 | 39 | 17.58 | - |
| YUV | 157.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 98 | 0.26 | 0 | 0.46 | 0.29 | 93.98 | 0.36 | 0.55 |
| Hex | 86 | B5 | 62 | 1A | 0 | 2E | 1D | 5E | 24 | 37 |
| Octal | 206 | 265 | 142 | 32 | 0 | 56 | 35 | 136 | 44 | 67 |
| Binary | 10000110 | 10110101 | 1100010 | 11010 | 0 | 101110 | 11101 | 1011110 | 100100 | 110111 |
Color Harmonies of #86B562
Complementary color
Monochromatic Colors of #86B562
Black with #86B562
Text Example
Text Example
White with #86B562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B562; }
p { color: rgb(134,181,98); }
H1.HeaderClassName
{
color: #86B562;
}
.AnyTagClassName
{
color: #86B562;
}
</style>
background-color css
<style>
a { background-color: #86B562; }
a { background-color: rgb(134,181,98); }
div.DivClassName
{
background-color: #86B562;
}
.BgClassName
{
background-color: #86B562;
}
</style>
border-color css
<style>
span { border-color: #86B562; }
span { border-color: rgb(134,181,98); }
td.TdClassName
{
border-color: #86B562;
}
.TagClassName
{
border-color: #86B562;
}
</style>