#86B56E

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

Shades of Mantis #86B56E

Tints of Mantis #86B56E

Color information

#86B56E (or 0x86B56E) is unknown color: approx Mantis. HEX triplet: 86, B5 and 6E. RGB value is (134,181,110). Sum of RGB (Red+Green+Blue) = 134+181+110=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #86B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B56E is #794A91. Grayscale: #9F9F9F. Windows color (decimal): -7948946 or 7255430. OLE color: 7255430.

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

Color convert

RGB134181110-
CMYK0.2600.390.29
HSL99.72º32.42%57.06%-
HSV(B)99.72º39.23%70.98%-
XYZ29.1739.2420.79-
YUV158.85100.43110.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=31.53%
G=42.59%
B=25.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811100.2600.390.2999.7232.4257.06
Hex86B56E1A0271D642039
Octal20626515632047351444071
Binary10000110101101011101110110100100111111011100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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