#86BE62

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

Shades of Mantis #86BE62

Tints of Mantis #86BE62

Color information

#86BE62 (or 0x86BE62) is unknown color: approx Mantis. HEX triplet: 86, BE and 62. RGB value is (134,190,98). Sum of RGB (Red+Green+Blue) = 134+190+98=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE62 is #79419D. Grayscale: #A3A3A3. Windows color (decimal): -7946654 or 6471302. OLE color: 6471302.

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

Color convert

RGB13419098-
CMYK0.2900.480.25
HSL96.52º41.44%56.47%-
HSV(B)96.52º48.42%74.51%-
XYZ30.4542.7818.21-
YUV162.7791.45107.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=31.75%
G=45.02%
B=23.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134190980.2900.480.2596.5241.4456.47
Hex86BE621D03019612938
Octal20627614235060311415170
Binary10000110101111101100010111010110000110011100001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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