#86BA6D

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

Shades of Mantis #86BA6D

Tints of Mantis #86BA6D

Color information

#86BA6D (or 0x86BA6D) is unknown color: approx Mantis. HEX triplet: 86, BA and 6D. RGB value is (134,186,109). Sum of RGB (Red+Green+Blue) = 134+186+109=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA6D is #794592. Grayscale: #A1A1A1. Windows color (decimal): -7947667 or 7191174. OLE color: 7191174.

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

Color convert

RGB134186109-
CMYK0.2800.410.27
HSL100.52º35.81%57.84%-
HSV(B)100.52º41.4%72.94%-
XYZ30.1541.2920.85-
YUV161.6798.27108.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=31.24%
G=43.36%
B=25.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861090.2800.410.27100.5235.8157.84
Hex86BA6D1C0291B65243a
Octal20627215534051331454472
Binary10000110101110101101101111000101001110111100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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