#86B56D

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

Shades of Mantis #86B56D

Tints of Mantis #86B56D

Color information

#86B56D (or 0x86B56D) is unknown color: approx Mantis. HEX triplet: 86, B5 and 6D. RGB value is (134,181,109). Sum of RGB (Red+Green+Blue) = 134+181+109=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #86B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B56D is #794A92. Grayscale: #9E9E9E. Windows color (decimal): -7948947 or 7189894. OLE color: 7189894.

HSL color Cylindrical-coordinate representation of color #86B56D: hue angle of 99.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B56D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB134181109-
CMYK0.2600.400.29
HSL99.17º32.73%56.86%-
HSV(B)99.17º39.78%70.98%-
XYZ29.1239.2220.5-
YUV158.7499.93110.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=31.60%
G=42.69%
B=25.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811090.2600.400.2999.1732.7356.86
Hex86B56D1A0281D632139
Octal20626515532050351434171
Binary10000110101101011101101110100101000111011100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,109); }

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

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

 a { background-color: rgb(134,181,109); }

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

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

 span { border-color: rgb(134,181,109); }

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