#84A46D

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

Shades of Amulet #84A46D

Tints of Amulet #84A46D

Color information

#84A46D (or 0x84A46D) is unknown color: approx Amulet. HEX triplet: 84, A4 and 6D. RGB value is (132,164,109). Sum of RGB (Red+Green+Blue) = 132+164+109=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #84A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A46D is #7B5B92. Grayscale: #949494. Windows color (decimal): -8084371 or 7185540. OLE color: 7185540.

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

Color convert

RGB132164109-
CMYK0.2000.340.36
HSL94.91º23.21%53.53%-
HSV(B)94.91º33.54%64.31%-
XYZ25.5532.5619.41-
YUV148.16105.9116.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 164 (64.45% from 255) = 40.49%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=32.59%
G=40.49%
B=26.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641090.2000.340.3694.9123.2153.53
Hex84A46D14022245f1736
Octal20424415524042441372766
Binary10000100101001001101101101000100010100100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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