#82B16C

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

Shades of Amulet #82B16C

Tints of Amulet #82B16C

Color information

#82B16C (or 0x82B16C) is unknown color: approx Amulet. HEX triplet: 82, B1 and 6C. RGB value is (130,177,108). Sum of RGB (Red+Green+Blue) = 130+177+108=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 177 - color contains mainly: green. Hex color #82B16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B16C is #7D4E93. Grayscale: #9B9B9B. Windows color (decimal): -8212116 or 7123330. OLE color: 7123330.

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

Color convert

RGB130177108-
CMYK0.2700.390.31
HSL100.87º30.67%55.88%-
HSV(B)100.87º38.98%69.41%-
XYZ27.6337.2719.93-
YUV155.08101.43110.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 177 (69.53% from 255) = 42.65%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=31.33%
G=42.65%
B=26.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771080.2700.390.31100.8730.6755.88
Hex82B16C1B0271F651f38
Octal20226115433047371453770
Binary1000001010110001110110011011010011111111110010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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