#86BF52

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

Shades of Mantis #86BF52

Tints of Mantis #86BF52

Color information

#86BF52 (or 0x86BF52) is unknown color: approx Mantis. HEX triplet: 86, BF and 52. RGB value is (134,191,82). Sum of RGB (Red+Green+Blue) = 134+191+82=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BF52 is #7940AD. Grayscale: #A1A1A1. Windows color (decimal): -7946414 or 5422982. OLE color: 5422982.

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

Color convert

RGB13419182-
CMYK0.3000.570.25
HSL91.38º45.99%53.53%-
HSV(B)91.38º57.07%74.9%-
XYZ29.9942.9414.69-
YUV161.5383.12108.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=32.92%
G=46.93%
B=20.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134191820.3000.570.2591.3845.9953.53
Hex86BF521E039195b2e36
Octal20627712236071311335666
Binary10000110101111111010010111100111001110011011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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