#83A977

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

Shades of Amulet #83A977

Tints of Amulet #83A977

Color information

#83A977 (or 0x83A977) is unknown color: approx Amulet. HEX triplet: 83, A9 and 77. RGB value is (131,169,119). Sum of RGB (Red+Green+Blue) = 131+169+119=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #83A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A977 is #7C5688. Grayscale: #989898. Windows color (decimal): -8148617 or 7842179. OLE color: 7842179.

HSL color Cylindrical-coordinate representation of color #83A977: hue angle of 105.6º 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 #83A977 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB131169119-
CMYK0.2200.300.34
HSL105.6º22.52%56.47%-
HSV(B)105.6º29.59%66.27%-
XYZ26.8834.5322.7-
YUV151.94109.41113.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=31.26%
G=40.33%
B=28.40%

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
Decimal1311691190.2200.300.34105.622.5256.47
Hex83A9771601E226a1738
Octal20325116726036421522770
Binary1000001110101001111011110110011110100010110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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