#83B16D

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

Shades of Amulet #83B16D

Tints of Amulet #83B16D

Color information

#83B16D (or 0x83B16D) is unknown color: approx Amulet. HEX triplet: 83, B1 and 6D. RGB value is (131,177,109). Sum of RGB (Red+Green+Blue) = 131+177+109=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #83B16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B16D is #7C4E92. Grayscale: #9B9B9B. Windows color (decimal): -8146579 or 7188867. OLE color: 7188867.

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

Color convert

RGB131177109-
CMYK0.2600.380.31
HSL100.59º30.36%56.08%-
HSV(B)100.59º38.42%69.41%-
XYZ27.8437.3720.21-
YUV155.49101.76110.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 109 (42.97% from 255) = 26.14%
R=31.41%
G=42.45%
B=26.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311771090.2600.380.31100.5930.3656.08
Hex83B16D1A0261F651e38
Octal20326115532046371453670
Binary1000001110110001110110111010010011011111110010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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