#86BB71

Color #86BB71 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #86BB71

Tints of Mantis #86BB71

Color information

#86BB71 (or 0x86BB71) is unknown color: approx Mantis. HEX triplet: 86, BB and 71. RGB value is (134,187,113). Sum of RGB (Red+Green+Blue) = 134+187+113=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB71 is #79448E. Grayscale: #A2A2A2. Windows color (decimal): -7947407 or 7453574. OLE color: 7453574.

HSL color Cylindrical-coordinate representation of color #86BB71: hue angle of 102.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86BB71 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB134187113-
CMYK0.2800.400.27
HSL102.97º35.24%58.82%-
HSV(B)102.97º39.57%73.33%-
XYZ30.5841.822.08-
YUV162.7299.94107.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 187 (73.44% from 255) = 43.09%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=30.88%
G=43.09%
B=26.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341871130.2800.400.27102.9735.2458.82
Hex86BB711C0281B67233b
Octal20627316134050331474373
Binary10000110101110111110001111000101000110111100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BB71; }

 p { color: rgb(134,187,113); }

 H1.HeaderClassName
 {
   color: #86BB71;
 }
 .AnyTagClassName
 {
   color: #86BB71;
 }
</style>
background-color css

<style>
 a { background-color: #86BB71; }

 a { background-color: rgb(134,187,113); }

 div.DivClassName
 {
   background-color: #86BB71;
 }
 .BgClassName
 {
   background-color: #86BB71;
 }
</style>
border-color css

<style>
 span { border-color: #86BB71; }

 span { border-color: rgb(134,187,113); }

 td.TdClassName
 {
   border-color: #86BB71;
 }
 .TagClassName
 {
   border-color: #86BB71;
 }
</style>