#84A480

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

Shades of Amulet #84A480

Tints of Amulet #84A480

Color information

#84A480 (or 0x84A480) is unknown color: approx Amulet. HEX triplet: 84, A4 and 80. RGB value is (132,164,128). Sum of RGB (Red+Green+Blue) = 132+164+128=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #84A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A480 is #7B5B7F. Grayscale: #969696. Windows color (decimal): -8084352 or 8430724. OLE color: 8430724.

HSL color Cylindrical-coordinate representation of color #84A480: hue angle of 113.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84A480 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB132164128-
CMYK0.2000.220.36
HSL113.33º16.51%57.25%-
HSV(B)113.33º21.95%64.31%-
XYZ26.6933.0125.39-
YUV150.33115.4114.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=31.13%
G=38.68%
B=30.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641280.2000.220.36113.3316.5157.25
Hex84A4801401624711139
Octal20424420024026441612171
Binary10000100101001001000000010100010110100100111000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A480; }

 p { color: rgb(132,164,128); }

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

<style>
 a { background-color: #84A480; }

 a { background-color: rgb(132,164,128); }

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

<style>
 span { border-color: #84A480; }

 span { border-color: rgb(132,164,128); }

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