#83A976

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

Shades of Amulet #83A976

Tints of Amulet #83A976

Color information

#83A976 (or 0x83A976) is unknown color: approx Amulet. HEX triplet: 83, A9 and 76. RGB value is (131,169,118). Sum of RGB (Red+Green+Blue) = 131+169+118=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #83A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A976 is #7C5689. Grayscale: #979797. Windows color (decimal): -8148618 or 7776643. OLE color: 7776643.

HSL color Cylindrical-coordinate representation of color #83A976: hue angle of 104.71º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A976 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB131169118-
CMYK0.2200.300.34
HSL104.71º22.87%56.27%-
HSV(B)104.71º30.18%66.27%-
XYZ26.8234.5122.39-
YUV151.82108.91113.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=31.34%
G=40.43%
B=28.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311691180.2200.300.34104.7122.8756.27
Hex83A9761601E22691738
Octal20325116626036421512770
Binary1000001110101001111011010110011110100010110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,169,118); }

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

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

 a { background-color: rgb(131,169,118); }

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

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

 span { border-color: rgb(131,169,118); }

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