#83AD73

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

Shades of Amulet #83AD73

Tints of Amulet #83AD73

Color information

#83AD73 (or 0x83AD73) is unknown color: approx Amulet. HEX triplet: 83, AD and 73. RGB value is (131,173,115). Sum of RGB (Red+Green+Blue) = 131+173+115=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD73 is #7C528C. Grayscale: #9A9A9A. Windows color (decimal): -8147597 or 7581059. OLE color: 7581059.

HSL color Cylindrical-coordinate representation of color #83AD73: hue angle of 103.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83AD73 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB131173115-
CMYK0.2400.340.32
HSL103.45º26.13%56.47%-
HSV(B)103.45º33.53%67.84%-
XYZ27.435.9521.71-
YUV153.83106.09111.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=31.26%
G=41.29%
B=27.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311731150.2400.340.32103.4526.1356.47
Hex83AD731802220671a38
Octal20325516330042401473270
Binary10000011101011011110011110000100010100000110011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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