#84A571

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

Shades of Amulet #84A571

Tints of Amulet #84A571

Color information

#84A571 (or 0x84A571) is unknown color: approx Amulet. HEX triplet: 84, A5 and 71. RGB value is (132,165,113). Sum of RGB (Red+Green+Blue) = 132+165+113=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #84A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A571 is #7B5A8E. Grayscale: #959595. Windows color (decimal): -8084111 or 7447940. OLE color: 7447940.

HSL color Cylindrical-coordinate representation of color #84A571: hue angle of 98.08º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84A571 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB132165113-
CMYK0.2000.320.35
HSL98.08º22.41%54.51%-
HSV(B)98.08º31.52%64.71%-
XYZ25.9533.0120.63-
YUV149.2107.57115.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=32.20%
G=40.24%
B=27.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321651130.2000.320.3598.0822.4154.51
Hex84A5711402023621637
Octal20424516124040431422667
Binary10000100101001011110001101000100000100011110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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