#83B26D

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

Shades of Amulet #83B26D

Tints of Amulet #83B26D

Color information

#83B26D (or 0x83B26D) is unknown color: approx Amulet. HEX triplet: 83, B2 and 6D. RGB value is (131,178,109). Sum of RGB (Red+Green+Blue) = 131+178+109=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #83B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B26D is #7C4D92. Grayscale: #9C9C9C. Windows color (decimal): -8146323 or 7189123. OLE color: 7189123.

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

Color convert

RGB131178109-
CMYK0.2600.390.30
HSL100.87º30.94%56.27%-
HSV(B)100.87º38.76%69.8%-
XYZ28.0437.7720.28-
YUV156.08101.43110.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 178 (69.92% from 255) = 42.58%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=31.34%
G=42.58%
B=26.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311781090.2600.390.30100.8730.9456.27
Hex83B26D1A0271E651f38
Octal20326215532047361453770
Binary1000001110110010110110111010010011111110110010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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