Html Css Color HEX #829D86 Envy

📋 copy color: '#829D86'

red 130 ◦ green 157 ◦ blue 134

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

Shades of Envy #829D86

Tints of Envy #829D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.29%

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 30.88%
G = 37.29%
B = 31.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#829D86 (or 0x829D86) is known color: Envy. HEX triplet: 82, 9D and 86. RGB value is (130,157,134). Sum of RGB (Red+Green+Blue) = 130+157+134=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #829D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D86 is #7D6279. Grayscale: #929292. Windows color (decimal): -8217210 or 8822146. OLE color: 8822146.

HSL color Cylindrical-coordinate representation of color #829D86: hue angle of 128.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829D86 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 157 134 -
CMYK 0.17 0 0.15 0.38
HSL 128.89º 0.12% 0.56% -
HSV(B) 128.89º 0.17% 0.62% -
XYZ 25.57 30.58 27.11 -
YUV 146.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 130 157 134 0.17 0 0.15 0.38 128.89 0.12 0.56
Hex 82 9D 86 11 0 F 26 81 C 38
Octal 202 235 206 21 0 17 46 201 14 70
Binary 10000010 10011101 10000110 10001 0 1111 100110 10000001 1100 111000

Color Harmonies of #829D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D86

Black with #829D86

Text Example


Text Example

White with #829D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829D86; }

 p { color: rgb(130,157,134); }

 H1.HeaderClassName
 {
   color: #829D86;
 }
 .AnyTagClassName
 {
   color: #829D86;
 }
</style>

background-color css

<style>
 a { background-color: #829D86; }

 a { background-color: rgb(130,157,134); }

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

border-color css

<style>
 span { border-color: #829D86; }

 span { border-color: rgb(130,157,134); }

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