#83A580

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

Shades of Amulet #83A580

Tints of Amulet #83A580

Color information

#83A580 (or 0x83A580) is unknown color: approx Amulet. HEX triplet: 83, A5 and 80. RGB value is (131,165,128). Sum of RGB (Red+Green+Blue) = 131+165+128=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #83A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A580 is #7C5A7F. Grayscale: #969696. Windows color (decimal): -8149632 or 8430979. OLE color: 8430979.

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

Color convert

RGB131165128-
CMYK0.2100.220.35
HSL115.14º17.05%57.45%-
HSV(B)115.14º22.42%64.71%-
XYZ26.7133.2925.44-
YUV150.62115.24114.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.90%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=30.90%
G=38.92%
B=30.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311651280.2100.220.35115.1417.0557.45
Hex83A5801501623731139
Octal20324520025026431632171
Binary10000011101001011000000010101010110100011111001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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