Html Css Color HEX #829F86 Envy

📋 copy color: '#829F86'

red 130 ◦ green 159 ◦ blue 134

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

Shades of Envy #829F86

Tints of Envy #829F86

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.59%

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

R = 30.73%
G = 37.59%
B = 31.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#829F86 (or 0x829F86) is known color: Envy. HEX triplet: 82, 9F and 86. RGB value is (130,159,134). Sum of RGB (Red+Green+Blue) = 130+159+134=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #829F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F86 is #7D6079. Grayscale: #939393. Windows color (decimal): -8216698 or 8822658. OLE color: 8822658.

HSL color Cylindrical-coordinate representation of color #829F86: hue angle of 128.28º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829F86 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 134 -
CMYK 0.18 0 0.16 0.38
HSL 128.28º 0.13% 0.57% -
HSV(B) 128.28º 0.18% 0.62% -
XYZ 25.91 31.26 27.22 -
YUV 147.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 130 159 134 0.18 0 0.16 0.38 128.28 0.13 0.57
Hex 82 9F 86 12 0 10 26 80 D 39
Octal 202 237 206 22 0 20 46 200 15 71
Binary 10000010 10011111 10000110 10010 0 10000 100110 10000000 1101 111001

Color Harmonies of #829F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F86

Black with #829F86

Text Example


Text Example

White with #829F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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