Html Css Color HEX #82A980 Envy

📋 copy color: '#82A980'

red 130 ◦ green 169 ◦ blue 128

#82A980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #82A980

Tints of Envy #82A980

RGB

 RED value IS 130 (51.17% from 255) = 30.44%

 GREEN value IS 169 (66.41% from 255) = 39.58%

 BLUE value IS 128 (50.39% from 255) = 29.98%

R = 30.44%
G = 39.58%
B = 29.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#82A980 (or 0x82A980) is known color: Envy. HEX triplet: 82, A9 and 80. RGB value is (130,169,128). Sum of RGB (Red+Green+Blue) = 130+169+128=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #82A980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A980 is #7D567F. Grayscale: #989898. Windows color (decimal): -8214144 or 8432002. OLE color: 8432002.

HSL color Cylindrical-coordinate representation of color #82A980: hue angle of 117.07º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82A980 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 130 169 128 -
CMYK 0.23 0 0.24 0.34
HSL 117.07º 0.19% 0.58% -
HSV(B) 117.07º 0.24% 0.66% -
XYZ 27.29 34.68 25.68 -
YUV 152.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 130 169 128 0.23 0 0.24 0.34 117.07 0.19 0.58
Hex 82 A9 80 17 0 18 22 75 13 3A
Octal 202 251 200 27 0 30 42 165 23 72
Binary 10000010 10101001 10000000 10111 0 11000 100010 1110101 10011 111010

Color Harmonies of #82A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A980

Black with #82A980

Text Example


Text Example

White with #82A980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,169,128); }

 H1.HeaderClassName
 {
   color: #82A980;
 }
 .AnyTagClassName
 {
   color: #82A980;
 }
</style>

background-color css

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

 a { background-color: rgb(130,169,128); }

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

border-color css

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

 span { border-color: rgb(130,169,128); }

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