#83A479

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

Shades of Amulet #83A479

Tints of Amulet #83A479

Color information

#83A479 (or 0x83A479) is unknown color: approx Amulet. HEX triplet: 83, A4 and 79. RGB value is (131,164,121). Sum of RGB (Red+Green+Blue) = 131+164+121=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #83A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A479 is #7C5B86. Grayscale: #959595. Windows color (decimal): -8149895 or 7971971. OLE color: 7971971.

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

Color convert

RGB131164121-
CMYK0.2000.260.36
HSL106.05º19.11%55.88%-
HSV(B)106.05º26.22%64.31%-
XYZ26.0932.7623.04-
YUV149.23112.07115-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=31.49%
G=39.42%
B=29.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1311641210.2000.260.36106.0519.1155.88
Hex83A4791401A246a1338
Octal20324417124032441522370
Binary1000001110100100111100110100011010100100110101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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