#84A46E

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

Shades of Amulet #84A46E

Tints of Amulet #84A46E

Color information

#84A46E (or 0x84A46E) is unknown color: approx Amulet. HEX triplet: 84, A4 and 6E. RGB value is (132,164,110). Sum of RGB (Red+Green+Blue) = 132+164+110=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #84A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A46E is #7B5B91. Grayscale: #949494. Windows color (decimal): -8084370 or 7251076. OLE color: 7251076.

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

Color convert

RGB132164110-
CMYK0.2000.330.36
HSL95.56º22.88%53.73%-
HSV(B)95.56º32.93%64.31%-
XYZ25.6132.5819.69-
YUV148.28106.4116.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=32.51%
G=40.39%
B=27.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641100.2000.330.3695.5622.8853.73
Hex84A46E1402124601736
Octal20424415624041441402766
Binary10000100101001001101110101000100001100100110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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