#83A47F

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

Shades of Amulet #83A47F

Tints of Amulet #83A47F

Color information

#83A47F (or 0x83A47F) is unknown color: approx Amulet. HEX triplet: 83, A4 and 7F. RGB value is (131,164,127). Sum of RGB (Red+Green+Blue) = 131+164+127=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #83A47F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A47F is #7C5B80. Grayscale: #969696. Windows color (decimal): -8149889 or 8365187. OLE color: 8365187.

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

Color convert

RGB131164127-
CMYK0.2000.230.36
HSL113.51º16.89%57.06%-
HSV(B)113.51º22.56%64.31%-
XYZ26.4732.9125.04-
YUV149.92115.07114.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 127 (50% from 255) = 30.09%
R=31.04%
G=38.86%
B=30.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641270.2000.230.36113.5116.8957.06
Hex83A47F1401724721139
Octal20324417724027441622171
Binary1000001110100100111111110100010111100100111001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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