#86B86E

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

Shades of Mantis #86B86E

Tints of Mantis #86B86E

Color information

#86B86E (or 0x86B86E) is unknown color: approx Mantis. HEX triplet: 86, B8 and 6E. RGB value is (134,184,110). Sum of RGB (Red+Green+Blue) = 134+184+110=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #86B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B86E is #794791. Grayscale: #A0A0A0. Windows color (decimal): -7948178 or 7256198. OLE color: 7256198.

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

Color convert

RGB134184110-
CMYK0.2700.400.28
HSL100.54º34.26%57.65%-
HSV(B)100.54º40.22%72.16%-
XYZ29.7940.4820.99-
YUV160.6199.44109.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 184 (72.27% from 255) = 42.99%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=31.31%
G=42.99%
B=25.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841100.2700.400.28100.5434.2657.65
Hex86B86E1B0281C65223a
Octal20627015633050341454272
Binary10000110101110001101110110110101000111001100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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