#86B26D

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

Shades of Mantis #86B26D

Tints of Mantis #86B26D

Color information

#86B26D (or 0x86B26D) is unknown color: approx Mantis. HEX triplet: 86, B2 and 6D. RGB value is (134,178,109). Sum of RGB (Red+Green+Blue) = 134+178+109=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #86B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B26D is #794D92. Grayscale: #9D9D9D. Windows color (decimal): -7949715 or 7189126. OLE color: 7189126.

HSL color Cylindrical-coordinate representation of color #86B26D: hue angle of 98.26º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86B26D is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB134178109-
CMYK0.2500.390.30
HSL98.26º30.94%56.27%-
HSV(B)98.26º38.76%69.8%-
XYZ28.5138.0120.3-
YUV156.98100.92111.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=31.83%
G=42.28%
B=25.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341781090.2500.390.3098.2630.9456.27
Hex86B26D190271E621f38
Octal20626215531047361423770
Binary1000011010110010110110111001010011111110110001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,178,109); }

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

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

 a { background-color: rgb(134,178,109); }

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

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

 span { border-color: rgb(134,178,109); }

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