#83AD76

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

Shades of Amulet #83AD76

Tints of Amulet #83AD76

Color information

#83AD76 (or 0x83AD76) is unknown color: approx Amulet. HEX triplet: 83, AD and 76. RGB value is (131,173,118). Sum of RGB (Red+Green+Blue) = 131+173+118=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD76 is #7C5289. Grayscale: #9A9A9A. Windows color (decimal): -8147594 or 7777667. OLE color: 7777667.

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

Color convert

RGB131173118-
CMYK0.2400.320.32
HSL105.82º25.11%57.06%-
HSV(B)105.82º31.79%67.84%-
XYZ27.5736.0222.64-
YUV154.17107.59111.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 173 (67.97% from 255) = 41.00%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=31.04%
G=41.00%
B=27.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311731180.2400.320.32105.8225.1157.06
Hex83AD7618020206a1939
Octal20325516630040401523171
Binary10000011101011011110110110000100000100000110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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