#83A771

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

Shades of Amulet #83A771

Tints of Amulet #83A771

Color information

#83A771 (or 0x83A771) is unknown color: approx Amulet. HEX triplet: 83, A7 and 71. RGB value is (131,167,113). Sum of RGB (Red+Green+Blue) = 131+167+113=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #83A771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A771 is #7C588E. Grayscale: #969696. Windows color (decimal): -8149135 or 7448451. OLE color: 7448451.

HSL color Cylindrical-coordinate representation of color #83A771: hue angle of 100º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83A771 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB131167113-
CMYK0.2200.320.35
HSL100º23.48%54.9%-
HSV(B)100º32.34%65.49%-
XYZ26.1633.6520.74-
YUV150.08107.07114.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 167 (65.62% from 255) = 40.63%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=31.87%
G=40.63%
B=27.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311671130.2200.320.3510023.4854.9
Hex83A7711602023641737
Octal20324716126040431442767
Binary10000011101001111110001101100100000100011110010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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