#86BD50

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

Shades of Mantis #86BD50

Tints of Mantis #86BD50

Color information

#86BD50 (or 0x86BD50) is unknown color: approx Mantis. HEX triplet: 86, BD and 50. RGB value is (134,189,80). Sum of RGB (Red+Green+Blue) = 134+189+80=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BD50 is #7942AF. Grayscale: #A0A0A0. Windows color (decimal): -7946928 or 5291398. OLE color: 5291398.

HSL color Cylindrical-coordinate representation of color #86BD50: hue angle of 90.28º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86BD50 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB13418980-
CMYK0.2900.580.26
HSL90.28º45.23%52.75%-
HSV(B)90.28º57.67%74.12%-
XYZ29.4842.0414.15-
YUV160.1382.78109.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=33.25%
G=46.90%
B=19.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134189800.2900.580.2690.2845.2352.75
Hex86BD501D03A1A5a2d35
Octal20627512035072321325565
Binary10000110101111011010000111010111010110101011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,80); }

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

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

 a { background-color: rgb(134,189,80); }

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

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

 span { border-color: rgb(134,189,80); }

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