#86B663

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

Shades of Mantis #86B663

Tints of Mantis #86B663

Color information

#86B663 (or 0x86B663) is unknown color: approx Mantis. HEX triplet: 86, B6 and 63. RGB value is (134,182,99). Sum of RGB (Red+Green+Blue) = 134+182+99=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #86B663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B663 is #79499C. Grayscale: #9E9E9E. Windows color (decimal): -7948701 or 6534790. OLE color: 6534790.

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

Color convert

RGB13418299-
CMYK0.2600.460.29
HSL94.7º36.24%55.1%-
HSV(B)94.7º45.6%71.37%-
XYZ28.8139.4317.9-
YUV158.1994.6110.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.29%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 99 (39.06% from 255) = 23.86%
R=32.29%
G=43.86%
B=23.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182990.2600.460.2994.736.2455.1
Hex86B6631A02E1D5f2437
Octal20626614332056351374467
Binary10000110101101101100011110100101110111011011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,99); }

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

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

 a { background-color: rgb(134,182,99); }

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

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

 span { border-color: rgb(134,182,99); }

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