#83A471

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

Shades of Amulet #83A471

Tints of Amulet #83A471

Color information

#83A471 (or 0x83A471) is unknown color: approx Amulet. HEX triplet: 83, A4 and 71. RGB value is (131,164,113). Sum of RGB (Red+Green+Blue) = 131+164+113=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #83A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A471 is #7C5B8E. Grayscale: #949494. Windows color (decimal): -8149903 or 7447683. OLE color: 7447683.

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

Color convert

RGB131164113-
CMYK0.2000.310.36
HSL98.82º21.89%54.31%-
HSV(B)98.82º31.1%64.31%-
XYZ25.6232.5720.56-
YUV148.32108.07115.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=32.11%
G=40.20%
B=27.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641130.2000.310.3698.8221.8954.31
Hex83A4711401F24631636
Octal20324416124037441432666
Binary1000001110100100111000110100011111100100110001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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