#84A471

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

Shades of Amulet #84A471

Tints of Amulet #84A471

Color information

#84A471 (or 0x84A471) is unknown color: approx Amulet. HEX triplet: 84, A4 and 71. RGB value is (132,164,113). Sum of RGB (Red+Green+Blue) = 132+164+113=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #84A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A471 is #7B5B8E. Grayscale: #949494. Windows color (decimal): -8084367 or 7447684. OLE color: 7447684.

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

Color convert

RGB132164113-
CMYK0.2000.310.36
HSL97.65º21.89%54.31%-
HSV(B)97.65º31.1%64.31%-
XYZ25.7732.6520.57-
YUV148.62107.9116.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=32.27%
G=40.10%
B=27.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641130.2000.310.3697.6521.8954.31
Hex84A4711401F24621636
Octal20424416124037441422666
Binary1000010010100100111000110100011111100100110001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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