#86B973

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

Shades of Mantis #86B973

Tints of Mantis #86B973

Color information

#86B973 (or 0x86B973) is unknown color: approx Mantis. HEX triplet: 86, B9 and 73. RGB value is (134,185,115). Sum of RGB (Red+Green+Blue) = 134+185+115=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #86B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B973 is #79468C. Grayscale: #A2A2A2. Windows color (decimal): -7947917 or 7584134. OLE color: 7584134.

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

Color convert

RGB134185115-
CMYK0.2800.380.27
HSL103.71º33.33%58.82%-
HSV(B)103.71º37.84%72.55%-
XYZ30.274122.54-
YUV161.77101.6108.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=30.88%
G=42.63%
B=26.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341851150.2800.380.27103.7133.3358.82
Hex86B9731C0261B68213b
Octal20627116334046331504173
Binary10000110101110011110011111000100110110111101000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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