#86B469

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

Shades of Mantis #86B469

Tints of Mantis #86B469

Color information

#86B469 (or 0x86B469) is unknown color: approx Mantis. HEX triplet: 86, B4 and 69. RGB value is (134,180,105). Sum of RGB (Red+Green+Blue) = 134+180+105=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #86B469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B469 is #794B96. Grayscale: #9D9D9D. Windows color (decimal): -7949207 or 6927494. OLE color: 6927494.

HSL color Cylindrical-coordinate representation of color #86B469: hue angle of 96.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86B469 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB134180105-
CMYK0.2600.420.29
HSL96.8º33.33%55.88%-
HSV(B)96.8º41.67%70.59%-
XYZ28.738.7319.33-
YUV157.798.26111.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=31.98%
G=42.96%
B=25.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801050.2600.420.2996.833.3355.88
Hex86B4691A02A1D612138
Octal20626415132052351414170
Binary10000110101101001101001110100101010111011100001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,105); }

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

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

 a { background-color: rgb(134,180,105); }

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

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

 span { border-color: rgb(134,180,105); }

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