#82A48B

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

Shades of Envy #82A48B

Tints of Envy #82A48B

Color information

#82A48B (or 0x82A48B) is unknown color: approx Envy. HEX triplet: 82, A4 and 8B. RGB value is (130,164,139). Sum of RGB (Red+Green+Blue) = 130+164+139=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #82A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A48B is #7D5B74. Grayscale: #979797. Windows color (decimal): -8215413 or 9151618. OLE color: 9151618.

HSL color Cylindrical-coordinate representation of color #82A48B: hue angle of 135.88º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82A48B is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB130164139-
CMYK0.2100.150.36
HSL135.88º15.74%57.65%-
HSV(B)135.88º20.73%64.31%-
XYZ27.1433.1629.4-
YUV150.98121.24113.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=30.02%
G=37.88%
B=32.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301641390.2100.150.36135.8815.7457.65
Hex82A48B150F2488103a
Octal20224421325017442102072
Binary10000010101001001000101110101011111001001000100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,164,139); }

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

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

 a { background-color: rgb(130,164,139); }

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

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

 span { border-color: rgb(130,164,139); }

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