#86BE59

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

Shades of Mantis #86BE59

Tints of Mantis #86BE59

Color information

#86BE59 (or 0x86BE59) is unknown color: approx Mantis. HEX triplet: 86, BE and 59. RGB value is (134,190,89). Sum of RGB (Red+Green+Blue) = 134+190+89=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE59 is #7941A6. Grayscale: #A2A2A2. Windows color (decimal): -7946663 or 5881478. OLE color: 5881478.

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

Color convert

RGB13419089-
CMYK0.2900.530.25
HSL93.27º43.72%54.71%-
HSV(B)93.27º53.16%74.51%-
XYZ30.0542.6216.09-
YUV161.7486.95108.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=32.45%
G=46.00%
B=21.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134190890.2900.530.2593.2743.7254.71
Hex86BE591D035195d2c37
Octal20627613135065311355467
Binary10000110101111101011001111010110101110011011101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,89); }

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

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

 a { background-color: rgb(134,190,89); }

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

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

 span { border-color: rgb(134,190,89); }

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