#86B46C

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

Shades of Mantis #86B46C

Tints of Mantis #86B46C

Color information

#86B46C (or 0x86B46C) is unknown color: approx Mantis. HEX triplet: 86, B4 and 6C. RGB value is (134,180,108). Sum of RGB (Red+Green+Blue) = 134+180+108=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #86B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B46C is #794B93. Grayscale: #9E9E9E. Windows color (decimal): -7949204 or 7124102. OLE color: 7124102.

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

Color convert

RGB134180108-
CMYK0.2600.400.29
HSL98.33º32.43%56.47%-
HSV(B)98.33º40%70.59%-
XYZ28.8638.7920.15-
YUV158.0499.76110.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=31.75%
G=42.65%
B=25.59%

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
Decimal1341801080.2600.400.2998.3332.4356.47
Hex86B46C1A0281D622038
Octal20626415432050351424070
Binary10000110101101001101100110100101000111011100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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