#86BC55

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

Shades of Mantis #86BC55

Tints of Mantis #86BC55

Color information

#86BC55 (or 0x86BC55) is unknown color: approx Mantis. HEX triplet: 86, BC and 55. RGB value is (134,188,85). Sum of RGB (Red+Green+Blue) = 134+188+85=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC55 is #7943AA. Grayscale: #A0A0A0. Windows color (decimal): -7947179 or 5618822. OLE color: 5618822.

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

Color convert

RGB13418885-
CMYK0.2900.550.26
HSL91.46º43.46%53.53%-
HSV(B)91.46º54.79%73.73%-
XYZ29.4541.6915.09-
YUV160.1185.61109.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 85 (33.59% from 255) = 20.88%
R=32.92%
G=46.19%
B=20.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134188850.2900.550.2691.4643.4653.53
Hex86BC551D0371A5b2b36
Octal20627412535067321335366
Binary10000110101111001010101111010110111110101011011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,85); }

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

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

 a { background-color: rgb(134,188,85); }

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

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

 span { border-color: rgb(134,188,85); }

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