#86C467

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

Shades of Mantis #86C467

Tints of Mantis #86C467

Color information

#86C467 (or 0x86C467) is unknown color: approx Mantis. HEX triplet: 86, C4 and 67. RGB value is (134,196,103). Sum of RGB (Red+Green+Blue) = 134+196+103=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #86C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C467 is #793B98. Grayscale: #A7A7A7. Windows color (decimal): -7945113 or 6800518. OLE color: 6800518.

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

Color convert

RGB134196103-
CMYK0.3200.470.23
HSL100º44.08%58.63%-
HSV(B)100º47.45%76.86%-
XYZ32.0245.5319.93-
YUV166.8691.96104.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 103 (40.62% from 255) = 23.79%
R=30.95%
G=45.27%
B=23.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341961030.3200.470.2310044.0858.63
Hex86C4672002F17642c3b
Octal20630414740057271445473
Binary100001101100010011001111000000101111101111100100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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