#82A96A

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

Shades of Amulet #82A96A

Tints of Amulet #82A96A

Color information

#82A96A (or 0x82A96A) is unknown color: approx Amulet. HEX triplet: 82, A9 and 6A. RGB value is (130,169,106). Sum of RGB (Red+Green+Blue) = 130+169+106=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #82A96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A96A is #7D5695. Grayscale: #969696. Windows color (decimal): -8214166 or 6990210. OLE color: 6990210.

HSL color Cylindrical-coordinate representation of color #82A96A: hue angle of 97.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A96A is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB130169106-
CMYK0.2300.370.34
HSL97.14º26.81%53.92%-
HSV(B)97.14º37.28%66.27%-
XYZ2634.1618.86-
YUV150.16103.08113.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=32.10%
G=41.73%
B=26.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1301691060.2300.370.3497.1426.8153.92
Hex82A96A1702522611b36
Octal20225115227045421413366
Binary10000010101010011101010101110100101100010110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,169,106); }

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

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

 a { background-color: rgb(130,169,106); }

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

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

 span { border-color: rgb(130,169,106); }

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