#83A573

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

Shades of Amulet #83A573

Tints of Amulet #83A573

Color information

#83A573 (or 0x83A573) is unknown color: approx Amulet. HEX triplet: 83, A5 and 73. RGB value is (131,165,115). Sum of RGB (Red+Green+Blue) = 131+165+115=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #83A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A573 is #7C5A8C. Grayscale: #959595. Windows color (decimal): -8149645 or 7579011. OLE color: 7579011.

HSL color Cylindrical-coordinate representation of color #83A573: hue angle of 100.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A573 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB131165115-
CMYK0.2100.300.35
HSL100.8º21.74%54.9%-
HSV(B)100.8º30.3%64.71%-
XYZ25.9132.9721.22-
YUV149.13108.74115.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=31.87%
G=40.15%
B=27.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311651150.2100.300.35100.821.7454.9
Hex83A5731501E23651637
Octal20324516325036431452667
Binary1000001110100101111001110101011110100011110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A573; }

 p { color: rgb(131,165,115); }

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

<style>
 a { background-color: #83A573; }

 a { background-color: rgb(131,165,115); }

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

<style>
 span { border-color: #83A573; }

 span { border-color: rgb(131,165,115); }

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