#86B86D

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

Shades of Mantis #86B86D

Tints of Mantis #86B86D

Color information

#86B86D (or 0x86B86D) is unknown color: approx Mantis. HEX triplet: 86, B8 and 6D. RGB value is (134,184,109). Sum of RGB (Red+Green+Blue) = 134+184+109=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #86B86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B86D is #794792. Grayscale: #A0A0A0. Windows color (decimal): -7948179 or 7190662. OLE color: 7190662.

HSL color Cylindrical-coordinate representation of color #86B86D: hue angle of 100º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86B86D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB134184109-
CMYK0.2700.410.28
HSL100º34.56%57.45%-
HSV(B)100º40.76%72.16%-
XYZ29.7340.4520.71-
YUV160.598.94109.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=31.38%
G=43.09%
B=25.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841090.2700.410.2810034.5657.45
Hex86B86D1B0291C642339
Octal20627015533051341444371
Binary10000110101110001101101110110101001111001100100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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