Shades of Mantis #86BA63
Tints of Mantis #86BA63
RGB
CMYK
RGB Variations
Color information
#86BA63 (or 0x86BA63) is known color: Mantis. HEX triplet: 86, BA and 63. RGB value is (134,186,99). Sum of RGB (Red+Green+Blue) = 134+186+99=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA63 is #79459C. Grayscale: #A0A0A0. Windows color (decimal): -7947677 or 6535814. OLE color: 6535814.
HSL color Cylindrical-coordinate representation of color #86BA63: hue angle of 95.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86BA63 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 99 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.27 |
| HSL | 95.86º | 0.39% | 0.56% | - |
| HSV(B) | 95.86º | 0.47% | 0.73% | - |
| XYZ | 29.64 | 41.09 | 18.17 | - |
| YUV | 160.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 99 | 0.28 | 0 | 0.47 | 0.27 | 95.86 | 0.39 | 0.56 |
| Hex | 86 | BA | 63 | 1C | 0 | 2F | 1B | 60 | 27 | 38 |
| Octal | 206 | 272 | 143 | 34 | 0 | 57 | 33 | 140 | 47 | 70 |
| Binary | 10000110 | 10111010 | 1100011 | 11100 | 0 | 101111 | 11011 | 1100000 | 100111 | 111000 |
Color Harmonies of #86BA63
Complementary color
Monochromatic Colors of #86BA63
Black with #86BA63
Text Example
Text Example
White with #86BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA63; }
p { color: rgb(134,186,99); }
H1.HeaderClassName
{
color: #86BA63;
}
.AnyTagClassName
{
color: #86BA63;
}
</style>
background-color css
<style>
a { background-color: #86BA63; }
a { background-color: rgb(134,186,99); }
div.DivClassName
{
background-color: #86BA63;
}
.BgClassName
{
background-color: #86BA63;
}
</style>
border-color css
<style>
span { border-color: #86BA63; }
span { border-color: rgb(134,186,99); }
td.TdClassName
{
border-color: #86BA63;
}
.TagClassName
{
border-color: #86BA63;
}
</style>