Shades of Mantis #86BB52
Tints of Mantis #86BB52
RGB
CMYK
RGB Variations
Color information
#86BB52 (or 0x86BB52) is known color: Mantis. HEX triplet: 86, BB and 52. RGB value is (134,187,82). Sum of RGB (Red+Green+Blue) = 134+187+82=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB52 is #7944AD. Grayscale: #9F9F9F. Windows color (decimal): -7947438 or 5421958. OLE color: 5421958.
HSL color Cylindrical-coordinate representation of color #86BB52: hue angle of 90.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86BB52 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 82 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.27 |
| HSL | 90.29º | 0.44% | 0.53% | - |
| HSV(B) | 90.29º | 0.56% | 0.73% | - |
| XYZ | 29.12 | 41.22 | 14.4 | - |
| YUV | 159.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 82 | 0.28 | 0 | 0.56 | 0.27 | 90.29 | 0.44 | 0.53 |
| Hex | 86 | BB | 52 | 1C | 0 | 38 | 1B | 5A | 2C | 35 |
| Octal | 206 | 273 | 122 | 34 | 0 | 70 | 33 | 132 | 54 | 65 |
| Binary | 10000110 | 10111011 | 1010010 | 11100 | 0 | 111000 | 11011 | 1011010 | 101100 | 110101 |
Color Harmonies of #86BB52
Complementary color
Monochromatic Colors of #86BB52
Black with #86BB52
Text Example
Text Example
White with #86BB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB52; }
p { color: rgb(134,187,82); }
H1.HeaderClassName
{
color: #86BB52;
}
.AnyTagClassName
{
color: #86BB52;
}
</style>
background-color css
<style>
a { background-color: #86BB52; }
a { background-color: rgb(134,187,82); }
div.DivClassName
{
background-color: #86BB52;
}
.BgClassName
{
background-color: #86BB52;
}
</style>
border-color css
<style>
span { border-color: #86BB52; }
span { border-color: rgb(134,187,82); }
td.TdClassName
{
border-color: #86BB52;
}
.TagClassName
{
border-color: #86BB52;
}
</style>