#82B556

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

Shades of Mantis #82B556

Tints of Mantis #82B556

Color information

#82B556 (or 0x82B556) is unknown color: approx Mantis. HEX triplet: 82, B5 and 56. RGB value is (130,181,86). Sum of RGB (Red+Green+Blue) = 130+181+86=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #82B556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B556 is #7D4AA9. Grayscale: #9B9B9B. Windows color (decimal): -8211114 or 5682562. OLE color: 5682562.

HSL color Cylindrical-coordinate representation of color #82B556: hue angle of 92.21º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82B556 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB13018186-
CMYK0.2800.520.29
HSL92.21º39.09%52.35%-
HSV(B)92.21º52.49%70.98%-
XYZ27.4138.4714.78-
YUV154.9289.1110.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 181 (71.09% from 255) = 45.59%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=32.75%
G=45.59%
B=21.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130181860.2800.520.2992.2139.0952.35
Hex82B5561C0341D5c2734
Octal20226512634064351344764
Binary10000010101101011010110111000110100111011011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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