#86B956

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

Shades of Mantis #86B956

Tints of Mantis #86B956

Color information

#86B956 (or 0x86B956) is unknown color: approx Mantis. HEX triplet: 86, B9 and 56. RGB value is (134,185,86). Sum of RGB (Red+Green+Blue) = 134+185+86=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #86B956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B956 is #7946A9. Grayscale: #9E9E9E. Windows color (decimal): -7947946 or 5683590. OLE color: 5683590.

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

Color convert

RGB13418586-
CMYK0.2800.540.27
HSL90.91º41.42%53.14%-
HSV(B)90.91º53.51%72.55%-
XYZ28.8640.4415.09-
YUV158.4687.1110.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=33.09%
G=45.68%
B=21.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134185860.2800.540.2790.9141.4253.14
Hex86B9561C0361B5b2935
Octal20627112634066331335165
Binary10000110101110011010110111000110110110111011011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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