#82A680

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

Shades of Amulet #82A680

Tints of Amulet #82A680

Color information

#82A680 (or 0x82A680) is unknown color: approx Amulet. HEX triplet: 82, A6 and 80. RGB value is (130,166,128). Sum of RGB (Red+Green+Blue) = 130+166+128=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #82A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A680 is #7D597F. Grayscale: #979797. Windows color (decimal): -8214912 or 8431234. OLE color: 8431234.

HSL color Cylindrical-coordinate representation of color #82A680: hue angle of 116.84º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #82A680 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB130166128-
CMYK0.2200.230.35
HSL116.84º17.59%57.65%-
HSV(B)116.84º22.89%65.1%-
XYZ26.7433.5825.49-
YUV150.9115.07113.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 166 (65.23% from 255) = 39.15%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=30.66%
G=39.15%
B=30.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1301661280.2200.230.35116.8417.5957.65
Hex82A680160172375123a
Octal20224620026027431652272
Binary10000010101001101000000010110010111100011111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,166,128); }

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

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

 a { background-color: rgb(130,166,128); }

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

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

 span { border-color: rgb(130,166,128); }

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