#84A56D

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

Shades of Amulet #84A56D

Tints of Amulet #84A56D

Color information

#84A56D (or 0x84A56D) is unknown color: approx Amulet. HEX triplet: 84, A5 and 6D. RGB value is (132,165,109). Sum of RGB (Red+Green+Blue) = 132+165+109=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #84A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A56D is #7B5A92. Grayscale: #949494. Windows color (decimal): -8084115 or 7185796. OLE color: 7185796.

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

Color convert

RGB132165109-
CMYK0.2000.340.35
HSL95.36º23.73%53.73%-
HSV(B)95.36º33.94%64.71%-
XYZ25.7332.9219.47-
YUV148.75105.57116.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=32.51%
G=40.64%
B=26.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321651090.2000.340.3595.3623.7353.73
Hex84A56D14022235f1836
Octal20424515524042431373066
Binary10000100101001011101101101000100010100011101111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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