#86BC6A

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

Shades of Mantis #86BC6A

Tints of Mantis #86BC6A

Color information

#86BC6A (or 0x86BC6A) is unknown color: approx Mantis. HEX triplet: 86, BC and 6A. RGB value is (134,188,106). Sum of RGB (Red+Green+Blue) = 134+188+106=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BC6A is #794395. Grayscale: #A2A2A2. Windows color (decimal): -7947158 or 6995078. OLE color: 6995078.

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

Color convert

RGB134188106-
CMYK0.2900.440.26
HSL99.51º37.96%57.65%-
HSV(B)99.51º43.62%73.73%-
XYZ30.4242.0820.15-
YUV162.5196.11107.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 188 (73.83% from 255) = 43.93%
BLUE value IS 106 (41.80% from 255) = 24.77%
R=31.31%
G=43.93%
B=24.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341881060.2900.440.2699.5137.9657.65
Hex86BC6A1D02C1A64263a
Octal20627415235054321444672
Binary10000110101111001101010111010101100110101100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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