#82A274

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

Shades of Amulet #82A274

Tints of Amulet #82A274

Color information

#82A274 (or 0x82A274) is unknown color: approx Amulet. HEX triplet: 82, A2 and 74. RGB value is (130,162,116). Sum of RGB (Red+Green+Blue) = 130+162+116=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #82A274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A274 is #7D5D8B. Grayscale: #939393. Windows color (decimal): -8215948 or 7643778. OLE color: 7643778.

HSL color Cylindrical-coordinate representation of color #82A274: hue angle of 101.74º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82A274 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB130162116-
CMYK0.2000.280.36
HSL101.74º19.83%54.51%-
HSV(B)101.74º28.4%63.53%-
XYZ25.2831.8521.34-
YUV147.19110.4115.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=31.86%
G=39.71%
B=28.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301621160.2000.280.36101.7419.8354.51
Hex82A2741401C24661437
Octal20224216424034441462467
Binary1000001010100010111010010100011100100100110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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