#86B861

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

Shades of Mantis #86B861

Tints of Mantis #86B861

Color information

#86B861 (or 0x86B861) is unknown color: approx Mantis. HEX triplet: 86, B8 and 61. RGB value is (134,184,97). Sum of RGB (Red+Green+Blue) = 134+184+97=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #86B861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B861 is #79479E. Grayscale: #9F9F9F. Windows color (decimal): -7948191 or 6404230. OLE color: 6404230.

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

Color convert

RGB13418497-
CMYK0.2700.470.28
HSL94.48º37.99%55.1%-
HSV(B)94.48º47.28%72.16%-
XYZ29.1340.2117.54-
YUV159.1392.94110.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.29%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=32.29%
G=44.34%
B=23.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134184970.2700.470.2894.4837.9955.1
Hex86B8611B02F1C5e2637
Octal20627014133057341364667
Binary10000110101110001100001110110101111111001011110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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