#82A56C

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

Shades of Amulet #82A56C

Tints of Amulet #82A56C

Color information

#82A56C (or 0x82A56C) is unknown color: approx Amulet. HEX triplet: 82, A5 and 6C. RGB value is (130,165,108). Sum of RGB (Red+Green+Blue) = 130+165+108=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #82A56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A56C is #7D5A93. Grayscale: #949494. Windows color (decimal): -8215188 or 7120258. OLE color: 7120258.

HSL color Cylindrical-coordinate representation of color #82A56C: hue angle of 96.84º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82A56C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB130165108-
CMYK0.2100.350.35
HSL96.84º24.05%53.53%-
HSV(B)96.84º34.55%64.71%-
XYZ25.3732.7419.17-
YUV148.04105.4115.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=32.26%
G=40.94%
B=26.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301651080.2100.350.3596.8424.0553.53
Hex82A56C1502323611836
Octal20224515425043431413066
Binary10000010101001011101100101010100011100011110000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,165,108); }

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

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

 a { background-color: rgb(130,165,108); }

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

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

 span { border-color: rgb(130,165,108); }

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