#82A46E

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

Shades of Amulet #82A46E

Tints of Amulet #82A46E

Color information

#82A46E (or 0x82A46E) is unknown color: approx Amulet. HEX triplet: 82, A4 and 6E. RGB value is (130,164,110). Sum of RGB (Red+Green+Blue) = 130+164+110=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #82A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A46E is #7D5B91. Grayscale: #939393. Windows color (decimal): -8215442 or 7251074. OLE color: 7251074.

HSL color Cylindrical-coordinate representation of color #82A46E: hue angle of 97.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82A46E is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB130164110-
CMYK0.2100.330.36
HSL97.78º22.88%53.73%-
HSV(B)97.78º32.93%64.31%-
XYZ25.332.4219.68-
YUV147.68106.74115.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=32.18%
G=40.59%
B=27.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301641100.2100.330.3697.7822.8853.73
Hex82A46E1502124621736
Octal20224415625041441422766
Binary10000010101001001101110101010100001100100110001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,110); }

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

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

 a { background-color: rgb(130,164,110); }

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

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

 span { border-color: rgb(130,164,110); }

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