#83AD71

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

Shades of Amulet #83AD71

Tints of Amulet #83AD71

Color information

#83AD71 (or 0x83AD71) is unknown color: approx Amulet. HEX triplet: 83, AD and 71. RGB value is (131,173,113). Sum of RGB (Red+Green+Blue) = 131+173+113=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AD71 is #7C528E. Grayscale: #999999. Windows color (decimal): -8147599 or 7449987. OLE color: 7449987.

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

Color convert

RGB131173113-
CMYK0.2400.350.32
HSL102º26.79%56.08%-
HSV(B)102º34.68%67.84%-
XYZ27.2835.921.12-
YUV153.6105.09111.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=31.41%
G=41.49%
B=27.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311731130.2400.350.3210226.7956.08
Hex83AD711802320661b38
Octal20325516130043401463370
Binary10000011101011011110001110000100011100000110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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