#84A26D

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

Shades of Amulet #84A26D

Tints of Amulet #84A26D

Color information

#84A26D (or 0x84A26D) is unknown color: approx Amulet. HEX triplet: 84, A2 and 6D. RGB value is (132,162,109). Sum of RGB (Red+Green+Blue) = 132+162+109=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #84A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A26D is #7B5D92. Grayscale: #939393. Windows color (decimal): -8084883 or 7185028. OLE color: 7185028.

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

Color convert

RGB132162109-
CMYK0.1900.330.36
HSL93.96º22.18%53.14%-
HSV(B)93.96º32.72%63.53%-
XYZ25.231.8519.29-
YUV146.99106.56117.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 109 (42.97% from 255) = 27.05%
R=32.75%
G=40.20%
B=27.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321621090.1900.330.3693.9622.1853.14
Hex84A26D13021245e1635
Octal20424215523041441362665
Binary10000100101000101101101100110100001100100101111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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