Shades of Mantis #86BD67
Tints of Mantis #86BD67
RGB
CMYK
RGB Variations
Color information
#86BD67 (or 0x86BD67) is known color: Mantis. HEX triplet: 86, BD and 67. RGB value is (134,189,103). Sum of RGB (Red+Green+Blue) = 134+189+103=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD67 is #794298. Grayscale: #A3A3A3. Windows color (decimal): -7946905 or 6798726. OLE color: 6798726.
HSL color Cylindrical-coordinate representation of color #86BD67: hue angle of 98.37º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86BD67 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 189 | 103 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.26 |
| HSL | 98.37º | 0.39% | 0.57% | - |
| HSV(B) | 98.37º | 0.46% | 0.74% | - |
| XYZ | 30.48 | 42.44 | 19.42 | - |
| YUV | 162.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 103 | 0.29 | 0 | 0.46 | 0.26 | 98.37 | 0.39 | 0.57 |
| Hex | 86 | BD | 67 | 1D | 0 | 2E | 1A | 62 | 27 | 39 |
| Octal | 206 | 275 | 147 | 35 | 0 | 56 | 32 | 142 | 47 | 71 |
| Binary | 10000110 | 10111101 | 1100111 | 11101 | 0 | 101110 | 11010 | 1100010 | 100111 | 111001 |
Color Harmonies of #86BD67
Complementary color
Monochromatic Colors of #86BD67
Black with #86BD67
Text Example
Text Example
White with #86BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BD67; }
p { color: rgb(134,189,103); }
H1.HeaderClassName
{
color: #86BD67;
}
.AnyTagClassName
{
color: #86BD67;
}
</style>
background-color css
<style>
a { background-color: #86BD67; }
a { background-color: rgb(134,189,103); }
div.DivClassName
{
background-color: #86BD67;
}
.BgClassName
{
background-color: #86BD67;
}
</style>
border-color css
<style>
span { border-color: #86BD67; }
span { border-color: rgb(134,189,103); }
td.TdClassName
{
border-color: #86BD67;
}
.TagClassName
{
border-color: #86BD67;
}
</style>