Shades of Mantis #86BB53
Tints of Mantis #86BB53
RGB
CMYK
RGB Variations
Color information
#86BB53 (or 0x86BB53) is known color: Mantis. HEX triplet: 86, BB and 53. RGB value is (134,187,83). Sum of RGB (Red+Green+Blue) = 134+187+83=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB53 is #7944AC. Grayscale: #9F9F9F. Windows color (decimal): -7947437 or 5487494. OLE color: 5487494.
HSL color Cylindrical-coordinate representation of color #86BB53: hue angle of 90.58º degrees, saturation: 0.43, 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 #86BB53 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 83 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.27 |
| HSL | 90.58º | 0.43% | 0.53% | - |
| HSV(B) | 90.58º | 0.56% | 0.73% | - |
| XYZ | 29.16 | 41.23 | 14.61 | - |
| YUV | 159.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 83 | 0.28 | 0 | 0.56 | 0.27 | 90.58 | 0.43 | 0.53 |
| Hex | 86 | BB | 53 | 1C | 0 | 38 | 1B | 5B | 2B | 35 |
| Octal | 206 | 273 | 123 | 34 | 0 | 70 | 33 | 133 | 53 | 65 |
| Binary | 10000110 | 10111011 | 1010011 | 11100 | 0 | 111000 | 11011 | 1011011 | 101011 | 110101 |
Color Harmonies of #86BB53
Complementary color
Monochromatic Colors of #86BB53
Black with #86BB53
Text Example
Text Example
White with #86BB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BB53; }
p { color: rgb(134,187,83); }
H1.HeaderClassName
{
color: #86BB53;
}
.AnyTagClassName
{
color: #86BB53;
}
</style>
background-color css
<style>
a { background-color: #86BB53; }
a { background-color: rgb(134,187,83); }
div.DivClassName
{
background-color: #86BB53;
}
.BgClassName
{
background-color: #86BB53;
}
</style>
border-color css
<style>
span { border-color: #86BB53; }
span { border-color: rgb(134,187,83); }
td.TdClassName
{
border-color: #86BB53;
}
.TagClassName
{
border-color: #86BB53;
}
</style>