#82A283

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

Shades of Envy #82A283

Tints of Envy #82A283

Color information

#82A283 (or 0x82A283) is unknown color: approx Envy. HEX triplet: 82, A2 and 83. RGB value is (130,162,131). Sum of RGB (Red+Green+Blue) = 130+162+131=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #82A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A283 is #7D5D7C. Grayscale: #949494. Windows color (decimal): -8215933 or 8626818. OLE color: 8626818.

HSL color Cylindrical-coordinate representation of color #82A283: hue angle of 121.87º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82A283 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB130162131-
CMYK0.2000.190.36
HSL121.87º14.68%57.25%-
HSV(B)121.87º19.75%63.53%-
XYZ26.2232.2326.31-
YUV148.9117.9114.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=30.73%
G=38.30%
B=30.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301621310.2000.190.36121.8714.6857.25
Hex82A28314013247af39
Octal20224220324023441721771
Binary1000001010100010100000111010001001110010011110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,131); }

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

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

 a { background-color: rgb(130,162,131); }

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

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

 span { border-color: rgb(130,162,131); }

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