#82B171

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

Shades of Amulet #82B171

Tints of Amulet #82B171

Color information

#82B171 (or 0x82B171) is unknown color: approx Amulet. HEX triplet: 82, B1 and 71. RGB value is (130,177,113). Sum of RGB (Red+Green+Blue) = 130+177+113=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #82B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B171 is #7D4E8E. Grayscale: #9B9B9B. Windows color (decimal): -8212111 or 7451010. OLE color: 7451010.

HSL color Cylindrical-coordinate representation of color #82B171: hue angle of 104.06º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82B171 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB130177113-
CMYK0.2700.360.31
HSL104.06º29.09%56.86%-
HSV(B)104.06º36.16%69.41%-
XYZ27.9137.3821.37-
YUV155.65103.93109.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=30.95%
G=42.14%
B=26.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771130.2700.360.31104.0629.0956.86
Hex82B1711B0241F681d39
Octal20226116133044371503571
Binary1000001010110001111000111011010010011111110100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,177,113); }

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

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

 a { background-color: rgb(130,177,113); }

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

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

 span { border-color: rgb(130,177,113); }

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