#83A97B

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

Shades of Amulet #83A97B

Tints of Amulet #83A97B

Color information

#83A97B (or 0x83A97B) is unknown color: approx Amulet. HEX triplet: 83, A9 and 7B. RGB value is (131,169,123). Sum of RGB (Red+Green+Blue) = 131+169+123=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #83A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A97B is #7C5684. Grayscale: #989898. Windows color (decimal): -8148613 or 8104323. OLE color: 8104323.

HSL color Cylindrical-coordinate representation of color #83A97B: hue angle of 109.57º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83A97B is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB131169123-
CMYK0.2200.270.34
HSL109.57º21.1%57.25%-
HSV(B)109.57º27.22%66.27%-
XYZ27.1234.6323.99-
YUV152.39111.41112.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=30.97%
G=39.95%
B=29.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1311691230.2200.270.34109.5721.157.25
Hex83A97B1601B226e1539
Octal20325117326033421562571
Binary1000001110101001111101110110011011100010110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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