#86C469

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

Shades of Mantis #86C469

Tints of Mantis #86C469

Color information

#86C469 (or 0x86C469) is unknown color: approx Mantis. HEX triplet: 86, C4 and 69. RGB value is (134,196,105). Sum of RGB (Red+Green+Blue) = 134+196+105=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #86C469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C469 is #793B96. Grayscale: #A7A7A7. Windows color (decimal): -7945111 or 6931590. OLE color: 6931590.

HSL color Cylindrical-coordinate representation of color #86C469: hue angle of 100.88º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86C469 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB134196105-
CMYK0.3200.460.23
HSL100.88º43.54%59.02%-
HSV(B)100.88º46.43%76.86%-
XYZ32.1245.5720.47-
YUV167.0992.96104.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=30.80%
G=45.06%
B=24.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341961050.3200.460.23100.8843.5459.02
Hex86C4692002E17652c3b
Octal20630415140056271455473
Binary100001101100010011010011000000101110101111100101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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