#86BE72

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

Shades of Mantis #86BE72

Tints of Mantis #86BE72

Color information

#86BE72 (or 0x86BE72) is unknown color: approx Mantis. HEX triplet: 86, BE and 72. RGB value is (134,190,114). Sum of RGB (Red+Green+Blue) = 134+190+114=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #86BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BE72 is #79418D. Grayscale: #A4A4A4. Windows color (decimal): -7946638 or 7519878. OLE color: 7519878.

HSL color Cylindrical-coordinate representation of color #86BE72: hue angle of 104.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86BE72 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB134190114-
CMYK0.2900.400.25
HSL104.21º36.89%59.61%-
HSV(B)104.21º40%74.51%-
XYZ31.2843.1122.59-
YUV164.5999.45106.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=30.59%
G=43.38%
B=26.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901140.2900.400.25104.2136.8959.61
Hex86BE721D0281968253c
Octal20627616235050311504574
Binary10000110101111101110010111010101000110011101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,114); }

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

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

 a { background-color: rgb(134,190,114); }

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

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

 span { border-color: rgb(134,190,114); }

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