#86C966

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

Shades of Mantis #86C966

Tints of Mantis #86C966

Color information

#86C966 (or 0x86C966) is unknown color: approx Mantis. HEX triplet: 86, C9 and 66. RGB value is (134,201,102). Sum of RGB (Red+Green+Blue) = 134+201+102=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #86C966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C966 is #793699. Grayscale: #AAAAAA. Windows color (decimal): -7943834 or 6736262. OLE color: 6736262.

HSL color Cylindrical-coordinate representation of color #86C966: hue angle of 100.61º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86C966 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB134201102-
CMYK0.3300.490.21
HSL100.61º47.83%59.41%-
HSV(B)100.61º49.25%78.82%-
XYZ33.1247.820.05-
YUV169.6889.8102.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 201 (78.91% from 255) = 46.00%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=30.66%
G=46.00%
B=23.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1342011020.3300.490.21100.6147.8359.41
Hex86C966210311565303b
Octal20631114641061251456073
Binary100001101100100111001101000010110001101011100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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