#83B773

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

Shades of Amulet #83B773

Tints of Amulet #83B773

Color information

#83B773 (or 0x83B773) is unknown color: approx Amulet. HEX triplet: 83, B7 and 73. RGB value is (131,183,115). Sum of RGB (Red+Green+Blue) = 131+183+115=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #83B773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B773 is #7C488C. Grayscale: #9F9F9F. Windows color (decimal): -8145037 or 7583619. OLE color: 7583619.

HSL color Cylindrical-coordinate representation of color #83B773: hue angle of 105.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83B773 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB131183115-
CMYK0.2800.370.28
HSL105.88º32.08%58.43%-
HSV(B)105.88º37.16%71.76%-
XYZ29.3939.9322.38-
YUV159.7102.77107.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.54%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=30.54%
G=42.66%
B=26.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311831150.2800.370.28105.8832.0858.43
Hex83B7731C0251C6a203a
Octal20326716334045341524072
Binary10000011101101111110011111000100101111001101010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,183,115); }

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

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

 a { background-color: rgb(131,183,115); }

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

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

 span { border-color: rgb(131,183,115); }

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