#86B46F

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

Shades of Mantis #86B46F

Tints of Mantis #86B46F

Color information

#86B46F (or 0x86B46F) is unknown color: approx Mantis. HEX triplet: 86, B4 and 6F. RGB value is (134,180,111). Sum of RGB (Red+Green+Blue) = 134+180+111=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #86B46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B46F is #794B90. Grayscale: #9E9E9E. Windows color (decimal): -7949201 or 7320710. OLE color: 7320710.

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

Color convert

RGB134180111-
CMYK0.2600.380.29
HSL100º31.51%57.06%-
HSV(B)100º38.33%70.59%-
XYZ29.0238.8621.01-
YUV158.38101.26110.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=31.53%
G=42.35%
B=26.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801110.2600.380.2910031.5157.06
Hex86B46F1A0261D642039
Octal20626415732046351444071
Binary10000110101101001101111110100100110111011100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,111); }

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

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

 a { background-color: rgb(134,180,111); }

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

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

 span { border-color: rgb(134,180,111); }

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