#82B17C

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

Shades of Amulet #82B17C

Tints of Amulet #82B17C

Color information

#82B17C (or 0x82B17C) is unknown color: approx Amulet. HEX triplet: 82, B1 and 7C. RGB value is (130,177,124). Sum of RGB (Red+Green+Blue) = 130+177+124=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #82B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82B17C is #7D4E83. Grayscale: #9D9D9D. Windows color (decimal): -8212100 or 8171906. OLE color: 8171906.

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

Color convert

RGB130177124-
CMYK0.2700.300.31
HSL113.21º25.36%59.02%-
HSV(B)113.21º29.94%69.41%-
XYZ28.5737.6524.83-
YUV156.9109.43108.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=30.16%
G=41.07%
B=28.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301771240.2700.300.31113.2125.3659.02
Hex82B17C1B01E1F71193b
Octal20226117433036371613173
Binary100000101011000111111001101101111011111111000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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