#86B566

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

Shades of Mantis #86B566

Tints of Mantis #86B566

Color information

#86B566 (or 0x86B566) is unknown color: approx Mantis. HEX triplet: 86, B5 and 66. RGB value is (134,181,102). Sum of RGB (Red+Green+Blue) = 134+181+102=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #86B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B566 is #794A99. Grayscale: #9E9E9E. Windows color (decimal): -7948954 or 6731142. OLE color: 6731142.

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

Color convert

RGB134181102-
CMYK0.2600.440.29
HSL95.7º34.8%55.49%-
HSV(B)95.7º43.65%70.98%-
XYZ28.7539.0818.6-
YUV157.9496.43110.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=32.13%
G=43.41%
B=24.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811020.2600.440.2995.734.855.49
Hex86B5661A02C1D602337
Octal20626514632054351404367
Binary10000110101101011100110110100101100111011100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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