#82B860

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

Shades of Mantis #82B860

Tints of Mantis #82B860

Color information

#82B860 (or 0x82B860) is unknown color: approx Mantis. HEX triplet: 82, B8 and 60. RGB value is (130,184,96). Sum of RGB (Red+Green+Blue) = 130+184+96=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #82B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B860 is #7D479F. Grayscale: #9E9E9E. Windows color (decimal): -8210336 or 6338690. OLE color: 6338690.

HSL color Cylindrical-coordinate representation of color #82B860: hue angle of 96.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82B860 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB13018496-
CMYK0.2900.480.28
HSL96.82º38.26%54.9%-
HSV(B)96.82º47.83%72.16%-
XYZ28.4639.8717.26-
YUV157.8293.11108.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 184 (72.27% from 255) = 44.88%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=31.71%
G=44.88%
B=23.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130184960.2900.480.2896.8238.2654.9
Hex82B8601D0301C612637
Octal20227014035060341414667
Binary10000010101110001100000111010110000111001100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82B860; }

 p { color: rgb(130,184,96); }

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

<style>
 a { background-color: #82B860; }

 a { background-color: rgb(130,184,96); }

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

<style>
 span { border-color: #82B860; }

 span { border-color: rgb(130,184,96); }

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