#82B956

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

Shades of Mantis #82B956

Tints of Mantis #82B956

Color information

#82B956 (or 0x82B956) is unknown color: approx Mantis. HEX triplet: 82, B9 and 56. RGB value is (130,185,86). Sum of RGB (Red+Green+Blue) = 130+185+86=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #82B956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B956 is #7D46A9. Grayscale: #9D9D9D. Windows color (decimal): -8210090 or 5683586. OLE color: 5683586.

HSL color Cylindrical-coordinate representation of color #82B956: hue angle of 93.33º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82B956 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB13018586-
CMYK0.3000.540.27
HSL93.33º41.42%53.14%-
HSV(B)93.33º53.51%72.55%-
XYZ28.2340.1215.06-
YUV157.2787.78108.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 86 (33.98% from 255) = 21.45%
R=32.42%
G=46.13%
B=21.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130185860.3000.540.2793.3341.4253.14
Hex82B9561E0361B5d2935
Octal20227112636066331355165
Binary10000010101110011010110111100110110110111011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,185,86); }

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

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

 a { background-color: rgb(130,185,86); }

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

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

 span { border-color: rgb(130,185,86); }

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