#86bf5b

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

Shades of Mantis #86BF5B

Tints of Mantis #86BF5B

Color information

#86BF5B (or 0x86BF5B) is unknown color: approx Mantis. HEX triplet: 86, BF and 5B. RGB value is (134,191,91). Sum of RGB (Red+Green+Blue) = 134+191+91=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF5B is #7940A4. Grayscale: #A2A2A2. Windows color (decimal): -7946405 or 6012806. OLE color: 6012806.

HSL color Cylindrical-coordinate representation of color #86BF5B: hue angle of 94.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86BF5B is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB13419191-
CMYK0.3000.520.25
HSL94.2º43.86%55.29%-
HSV(B)94.2º52.36%74.9%-
XYZ30.3543.0916.61-
YUV162.5687.62107.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 191 (75% from 255) = 45.91%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=32.21%
G=45.91%
B=21.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134191910.3000.520.2594.243.8655.29
Hex86BF5B1E034195e2c37
Octal20627713336064311365467
Binary10000110101111111011011111100110100110011011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86bf5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,91); }

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

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

 a { background-color: rgb(134,191,91); }

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

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

 span { border-color: rgb(134,191,91); }

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