#84947A

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

Shades of Amulet #84947A

Tints of Amulet #84947A

Color information

#84947A (or 0x84947A) is unknown color: approx Amulet. HEX triplet: 84, 94 and 7A. RGB value is (132,148,122). Sum of RGB (Red+Green+Blue) = 132+148+122=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #84947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84947A is #7B6B85. Grayscale: #8C8C8C. Windows color (decimal): -8088454 or 8033412. OLE color: 8033412.

HSL color Cylindrical-coordinate representation of color #84947A: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84947A is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB132148122-
CMYK0.1100.180.42
HSL96.92º10.83%52.94%-
HSV(B)96.92º17.57%58.04%-
XYZ23.6227.4922.47-
YUV140.25117.7122.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=32.84%
G=36.82%
B=30.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481220.1100.180.4296.9210.8352.94
Hex84947AB0122A61b35
Octal20422417213022521411365
Binary10000100100101001111010101101001010101011000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84947A; }

 p { color: rgb(132,148,122); }

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

<style>
 a { background-color: #84947A; }

 a { background-color: rgb(132,148,122); }

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

<style>
 span { border-color: #84947A; }

 span { border-color: rgb(132,148,122); }

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