#82A272

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

Shades of Amulet #82A272

Tints of Amulet #82A272

Color information

#82A272 (or 0x82A272) is unknown color: approx Amulet. HEX triplet: 82, A2 and 72. RGB value is (130,162,114). Sum of RGB (Red+Green+Blue) = 130+162+114=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #82A272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A272 is #7D5D8D. Grayscale: #939393. Windows color (decimal): -8215950 or 7512706. OLE color: 7512706.

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

Color convert

RGB130162114-
CMYK0.2000.300.36
HSL100º20.51%54.12%-
HSV(B)100º29.63%63.53%-
XYZ25.1631.820.73-
YUV146.96109.4115.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=32.02%
G=39.90%
B=28.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301621140.2000.300.3610020.5154.12
Hex82A2721401E24641536
Octal20224216224036441442566
Binary1000001010100010111001010100011110100100110010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,114); }

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

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

 a { background-color: rgb(130,162,114); }

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

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

 span { border-color: rgb(130,162,114); }

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