Shades of Mantis #86BC53
Tints of Mantis #86BC53
RGB
CMYK
RGB Variations
Color information
#86BC53 (or 0x86BC53) is known color: Mantis. HEX triplet: 86, BC and 53. RGB value is (134,188,83). Sum of RGB (Red+Green+Blue) = 134+188+83=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC53 is #7943AC. Grayscale: #A0A0A0. Windows color (decimal): -7947181 or 5487750. OLE color: 5487750.
HSL color Cylindrical-coordinate representation of color #86BC53: hue angle of 90.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86BC53 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 188 | 83 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.26 |
| HSL | 90.86º | 0.44% | 0.53% | - |
| HSV(B) | 90.86º | 0.56% | 0.74% | - |
| XYZ | 29.38 | 41.66 | 14.68 | - |
| YUV | 159.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 83 | 0.29 | 0 | 0.56 | 0.26 | 90.86 | 0.44 | 0.53 |
| Hex | 86 | BC | 53 | 1D | 0 | 38 | 1A | 5B | 2C | 35 |
| Octal | 206 | 274 | 123 | 35 | 0 | 70 | 32 | 133 | 54 | 65 |
| Binary | 10000110 | 10111100 | 1010011 | 11101 | 0 | 111000 | 11010 | 1011011 | 101100 | 110101 |
Color Harmonies of #86BC53
Complementary color
Monochromatic Colors of #86BC53
Black with #86BC53
Text Example
Text Example
White with #86BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BC53; }
p { color: rgb(134,188,83); }
H1.HeaderClassName
{
color: #86BC53;
}
.AnyTagClassName
{
color: #86BC53;
}
</style>
background-color css
<style>
a { background-color: #86BC53; }
a { background-color: rgb(134,188,83); }
div.DivClassName
{
background-color: #86BC53;
}
.BgClassName
{
background-color: #86BC53;
}
</style>
border-color css
<style>
span { border-color: #86BC53; }
span { border-color: rgb(134,188,83); }
td.TdClassName
{
border-color: #86BC53;
}
.TagClassName
{
border-color: #86BC53;
}
</style>