#84A47B

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

Shades of Amulet #84A47B

Tints of Amulet #84A47B

Color information

#84A47B (or 0x84A47B) is unknown color: approx Amulet. HEX triplet: 84, A4 and 7B. RGB value is (132,164,123). Sum of RGB (Red+Green+Blue) = 132+164+123=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #84A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A47B is #7B5B84. Grayscale: #959595. Windows color (decimal): -8084357 or 8103044. OLE color: 8103044.

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

Color convert

RGB132164123-
CMYK0.2000.250.36
HSL106.83º18.39%56.27%-
HSV(B)106.83º25%64.31%-
XYZ26.3732.8923.7-
YUV149.76112.9115.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 123 (48.44% from 255) = 29.36%
R=31.50%
G=39.14%
B=29.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321641230.2000.250.36106.8318.3956.27
Hex84A47B14019246b1238
Octal20424417324031441532270
Binary1000010010100100111101110100011001100100110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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