#84A976

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

Shades of Amulet #84A976

Tints of Amulet #84A976

Color information

#84A976 (or 0x84A976) is unknown color: approx Amulet. HEX triplet: 84, A9 and 76. RGB value is (132,169,118). Sum of RGB (Red+Green+Blue) = 132+169+118=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #84A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A976 is #7B5689. Grayscale: #989898. Windows color (decimal): -8083082 or 7776644. OLE color: 7776644.

HSL color Cylindrical-coordinate representation of color #84A976: hue angle of 103.53º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A976 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB132169118-
CMYK0.2200.300.34
HSL103.53º22.87%56.27%-
HSV(B)103.53º30.18%66.27%-
XYZ26.9734.5922.39-
YUV152.12108.74113.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=31.50%
G=40.33%
B=28.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321691180.2200.300.34103.5322.8756.27
Hex84A9761601E22681738
Octal20425116626036421502770
Binary1000010010101001111011010110011110100010110100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,169,118); }

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

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

 a { background-color: rgb(132,169,118); }

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

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

 span { border-color: rgb(132,169,118); }

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