#82988A

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

Shades of Envy #82988A

Tints of Envy #82988A

Color information

#82988A (or 0x82988A) is unknown color: approx Envy. HEX triplet: 82, 98 and 8A. RGB value is (130,152,138). Sum of RGB (Red+Green+Blue) = 130+152+138=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #82988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82988A is #7D6775. Grayscale: #8F8F8F. Windows color (decimal): -8218486 or 9083010. OLE color: 9083010.

HSL color Cylindrical-coordinate representation of color #82988A: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #82988A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB130152138-
CMYK0.1400.090.40
HSL141.82º9.65%55.29%-
HSV(B)141.82º14.47%59.61%-
XYZ25.0229.0428.33-
YUV143.83124.71118.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=30.95%
G=36.19%
B=32.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301521380.1400.090.40141.829.6555.29
Hex82988AE09288ea37
Octal20223021216011502161267
Binary100000101001100010001010111001001101000100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82988A; }

 p { color: rgb(130,152,138); }

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

<style>
 a { background-color: #82988A; }

 a { background-color: rgb(130,152,138); }

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

<style>
 span { border-color: #82988A; }

 span { border-color: rgb(130,152,138); }

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