#82B16D

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

Shades of Amulet #82B16D

Tints of Amulet #82B16D

Color information

#82B16D (or 0x82B16D) is unknown color: approx Amulet. HEX triplet: 82, B1 and 6D. RGB value is (130,177,109). Sum of RGB (Red+Green+Blue) = 130+177+109=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #82B16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B16D is #7D4E92. Grayscale: #9B9B9B. Windows color (decimal): -8212115 or 7188866. OLE color: 7188866.

HSL color Cylindrical-coordinate representation of color #82B16D: hue angle of 101.47º 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 #82B16D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB130177109-
CMYK0.2700.380.31
HSL101.47º30.36%56.08%-
HSV(B)101.47º38.42%69.41%-
XYZ27.6937.2920.21-
YUV155.2101.93110.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 177 (69.53% from 255) = 42.55%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=31.25%
G=42.55%
B=26.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771090.2700.380.31101.4730.3656.08
Hex82B16D1B0261F651e38
Octal20226115533046371453670
Binary1000001010110001110110111011010011011111110010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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