#86B16A

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

Shades of Mantis #86B16A

Tints of Mantis #86B16A

Color information

#86B16A (or 0x86B16A) is unknown color: approx Mantis. HEX triplet: 86, B1 and 6A. RGB value is (134,177,106). Sum of RGB (Red+Green+Blue) = 134+177+106=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #86B16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B16A is #794E95. Grayscale: #9C9C9C. Windows color (decimal): -7949974 or 6992262. OLE color: 6992262.

HSL color Cylindrical-coordinate representation of color #86B16A: hue angle of 96.34º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86B16A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB134177106-
CMYK0.2400.400.31
HSL96.34º31.28%55.49%-
HSV(B)96.34º40.11%69.41%-
XYZ28.1637.5519.4-
YUV156.0599.75112.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=32.13%
G=42.45%
B=25.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341771060.2400.400.3196.3431.2855.49
Hex86B16A180281F601f37
Octal20626115230050371403767
Binary1000011010110001110101011000010100011111110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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