#86B873

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

Shades of Mantis #86B873

Tints of Mantis #86B873

Color information

#86B873 (or 0x86B873) is unknown color: approx Mantis. HEX triplet: 86, B8 and 73. RGB value is (134,184,115). Sum of RGB (Red+Green+Blue) = 134+184+115=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #86B873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B873 is #79478C. Grayscale: #A1A1A1. Windows color (decimal): -7948173 or 7583878. OLE color: 7583878.

HSL color Cylindrical-coordinate representation of color #86B873: hue angle of 103.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86B873 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB134184115-
CMYK0.2700.380.28
HSL103.48º32.7%58.63%-
HSV(B)103.48º37.5%72.16%-
XYZ30.0740.5922.47-
YUV161.18101.94108.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=30.95%
G=42.49%
B=26.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341841150.2700.380.28103.4832.758.63
Hex86B8731B0261C67213b
Octal20627016333046341474173
Binary10000110101110001110011110110100110111001100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,184,115); }

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

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

 a { background-color: rgb(134,184,115); }

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

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

 span { border-color: rgb(134,184,115); }

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