#83A480

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

Shades of Amulet #83A480

Tints of Amulet #83A480

Color information

#83A480 (or 0x83A480) is unknown color: approx Amulet. HEX triplet: 83, A4 and 80. RGB value is (131,164,128). Sum of RGB (Red+Green+Blue) = 131+164+128=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #83A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A480 is #7C5B7F. Grayscale: #969696. Windows color (decimal): -8149888 or 8430723. OLE color: 8430723.

HSL color Cylindrical-coordinate representation of color #83A480: hue angle of 115º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83A480 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB131164128-
CMYK0.2000.220.36
HSL115º16.51%57.25%-
HSV(B)115º21.95%64.31%-
XYZ26.5332.9325.38-
YUV150.03115.57114.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=30.97%
G=38.77%
B=30.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641280.2000.220.3611516.5157.25
Hex83A4801401624731139
Octal20324420024026441632171
Binary10000011101001001000000010100010110100100111001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,164,128); }

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

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

 a { background-color: rgb(131,164,128); }

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

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

 span { border-color: rgb(131,164,128); }

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