#86BA62

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

Shades of Mantis #86BA62

Tints of Mantis #86BA62

Color information

#86BA62 (or 0x86BA62) is unknown color: approx Mantis. HEX triplet: 86, BA and 62. RGB value is (134,186,98). Sum of RGB (Red+Green+Blue) = 134+186+98=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA62 is #79459D. Grayscale: #A0A0A0. Windows color (decimal): -7947678 or 6470278. OLE color: 6470278.

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

Color convert

RGB13418698-
CMYK0.2800.470.27
HSL95.45º38.94%55.69%-
HSV(B)95.45º47.31%72.94%-
XYZ29.641.0717.92-
YUV160.4292.77109.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 98 (38.67% from 255) = 23.44%
R=32.06%
G=44.50%
B=23.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134186980.2800.470.2795.4538.9455.69
Hex86BA621C02F1B5f2738
Octal20627214234057331374770
Binary10000110101110101100010111000101111110111011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,98); }

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

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

 a { background-color: rgb(134,186,98); }

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

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

 span { border-color: rgb(134,186,98); }

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