#83B177

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

Shades of Amulet #83B177

Tints of Amulet #83B177

Color information

#83B177 (or 0x83B177) is unknown color: approx Amulet. HEX triplet: 83, B1 and 77. RGB value is (131,177,119). Sum of RGB (Red+Green+Blue) = 131+177+119=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #83B177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B177 is #7C4E88. Grayscale: #9C9C9C. Windows color (decimal): -8146569 or 7844227. OLE color: 7844227.

HSL color Cylindrical-coordinate representation of color #83B177: hue angle of 107.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83B177 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB131177119-
CMYK0.2600.330.31
HSL107.59º27.1%58.04%-
HSV(B)107.59º32.77%69.41%-
XYZ28.4137.623.21-
YUV156.63106.76109.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=30.68%
G=41.45%
B=27.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311771190.2600.330.31107.5927.158.04
Hex83B1771A0211F6c1b3a
Octal20326116732041371543372
Binary1000001110110001111011111010010000111111110110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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