#86BB4D

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

Shades of Mantis #86BB4D

Tints of Mantis #86BB4D

Color information

#86BB4D (or 0x86BB4D) is unknown color: approx Mantis. HEX triplet: 86, BB and 4D. RGB value is (134,187,77). Sum of RGB (Red+Green+Blue) = 134+187+77=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #86BB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BB4D is #7944B2. Grayscale: #9F9F9F. Windows color (decimal): -7947443 or 5094278. OLE color: 5094278.

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

Color convert

RGB13418777-
CMYK0.2800.590.27
HSL88.91º44.72%51.76%-
HSV(B)88.91º58.82%73.33%-
XYZ28.9441.1413.44-
YUV158.6181.94110.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 187 (73.44% from 255) = 46.98%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=33.67%
G=46.98%
B=19.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134187770.2800.590.2788.9144.7251.76
Hex86BB4D1C03B1B592d34
Octal20627311534073331315564
Binary10000110101110111001101111000111011110111011001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,187,77); }

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

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

 a { background-color: rgb(134,187,77); }

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

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

 span { border-color: rgb(134,187,77); }

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