#86BA56

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

Shades of Mantis #86BA56

Tints of Mantis #86BA56

Color information

#86BA56 (or 0x86BA56) is unknown color: approx Mantis. HEX triplet: 86, BA and 56. RGB value is (134,186,86). Sum of RGB (Red+Green+Blue) = 134+186+86=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA56 is #7945A9. Grayscale: #9F9F9F. Windows color (decimal): -7947690 or 5683846. OLE color: 5683846.

HSL color Cylindrical-coordinate representation of color #86BA56: hue angle of 91.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86BA56 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB13418686-
CMYK0.2800.540.27
HSL91.2º42.02%53.33%-
HSV(B)91.2º53.76%72.94%-
XYZ29.0740.8615.16-
YUV159.0586.77110.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=33.00%
G=45.81%
B=21.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134186860.2800.540.2791.242.0253.33
Hex86BA561C0361B5b2a35
Octal20627212634066331335265
Binary10000110101110101010110111000110110110111011011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,86); }

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

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

 a { background-color: rgb(134,186,86); }

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

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

 span { border-color: rgb(134,186,86); }

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