Shades of Mantis #86BA67
Tints of Mantis #86BA67
RGB
CMYK
RGB Variations
Color information
#86BA67 (or 0x86BA67) is known color: Mantis. HEX triplet: 86, BA and 67. RGB value is (134,186,103). Sum of RGB (Red+Green+Blue) = 134+186+103=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA67 is #794598. Grayscale: #A1A1A1. Windows color (decimal): -7947673 or 6797958. OLE color: 6797958.
HSL color Cylindrical-coordinate representation of color #86BA67: hue angle of 97.59º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BA67 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 186 | 103 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.27 |
| HSL | 97.59º | 0.38% | 0.57% | - |
| HSV(B) | 97.59º | 0.45% | 0.73% | - |
| XYZ | 29.84 | 41.17 | 19.21 | - |
| YUV | 160.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 103 | 0.28 | 0 | 0.45 | 0.27 | 97.59 | 0.38 | 0.57 |
| Hex | 86 | BA | 67 | 1C | 0 | 2D | 1B | 62 | 26 | 39 |
| Octal | 206 | 272 | 147 | 34 | 0 | 55 | 33 | 142 | 46 | 71 |
| Binary | 10000110 | 10111010 | 1100111 | 11100 | 0 | 101101 | 11011 | 1100010 | 100110 | 111001 |
Color Harmonies of #86BA67
Complementary color
Monochromatic Colors of #86BA67
Black with #86BA67
Text Example
Text Example
White with #86BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BA67; }
p { color: rgb(134,186,103); }
H1.HeaderClassName
{
color: #86BA67;
}
.AnyTagClassName
{
color: #86BA67;
}
</style>
background-color css
<style>
a { background-color: #86BA67; }
a { background-color: rgb(134,186,103); }
div.DivClassName
{
background-color: #86BA67;
}
.BgClassName
{
background-color: #86BA67;
}
</style>
border-color css
<style>
span { border-color: #86BA67; }
span { border-color: rgb(134,186,103); }
td.TdClassName
{
border-color: #86BA67;
}
.TagClassName
{
border-color: #86BA67;
}
</style>