#86B966

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

Shades of Mantis #86B966

Tints of Mantis #86B966

Color information

#86B966 (or 0x86B966) is unknown color: approx Mantis. HEX triplet: 86, B9 and 66. RGB value is (134,185,102). Sum of RGB (Red+Green+Blue) = 134+185+102=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #86B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B966 is #794699. Grayscale: #A0A0A0. Windows color (decimal): -7947930 or 6732166. OLE color: 6732166.

HSL color Cylindrical-coordinate representation of color #86B966: hue angle of 96.87º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86B966 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB134185102-
CMYK0.2800.450.27
HSL96.87º37.22%56.27%-
HSV(B)96.87º44.86%72.55%-
XYZ29.5840.7318.87-
YUV160.2995.1109.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 102 (40.23% from 255) = 24.23%
R=31.83%
G=43.94%
B=24.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341851020.2800.450.2796.8737.2256.27
Hex86B9661C02D1B612538
Octal20627114634055331414570
Binary10000110101110011100110111000101101110111100001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,185,102); }

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

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

 a { background-color: rgb(134,185,102); }

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

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

 span { border-color: rgb(134,185,102); }

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