#86B857

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

Shades of Mantis #86B857

Tints of Mantis #86B857

Color information

#86B857 (or 0x86B857) is unknown color: approx Mantis. HEX triplet: 86, B8 and 57. RGB value is (134,184,87). Sum of RGB (Red+Green+Blue) = 134+184+87=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #86B857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B857 is #7947A8. Grayscale: #9E9E9E. Windows color (decimal): -7948201 or 5748870. OLE color: 5748870.

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

Color convert

RGB13418487-
CMYK0.2700.530.28
HSL90.93º40.59%53.14%-
HSV(B)90.93º52.72%72.16%-
XYZ28.6940.0415.23-
YUV157.9987.94110.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 184 (72.27% from 255) = 45.43%
BLUE value IS 87 (34.38% from 255) = 21.48%
R=33.09%
G=45.43%
B=21.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134184870.2700.530.2890.9340.5953.14
Hex86B8571B0351C5b2935
Octal20627012733065341335165
Binary10000110101110001010111110110110101111001011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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