Html Css Color HEX #829786 Envy

📋 copy color: '#829786'

red 130 ◦ green 151 ◦ blue 134

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

Shades of Envy #829786

Tints of Envy #829786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

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

R = 31.33%
G = 36.39%
B = 32.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#829786 (or 0x829786) is known color: Envy. HEX triplet: 82, 97 and 86. RGB value is (130,151,134). Sum of RGB (Red+Green+Blue) = 130+151+134=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #829786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829786 is #7D6879. Grayscale: #8E8E8E. Windows color (decimal): -8218746 or 8820610. OLE color: 8820610.

HSL color Cylindrical-coordinate representation of color #829786: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829786 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 134 -
CMYK 0.14 0 0.11 0.41
HSL 131.43º 0.09% 0.55% -
HSV(B) 131.43º 0.14% 0.59% -
XYZ 24.58 28.6 26.78 -
YUV 142.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 130 151 134 0.14 0 0.11 0.41 131.43 0.09 0.55
Hex 82 97 86 E 0 B 29 83 9 37
Octal 202 227 206 16 0 13 51 203 11 67
Binary 10000010 10010111 10000110 1110 0 1011 101001 10000011 1001 110111

Color Harmonies of #829786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829786

Black with #829786

Text Example


Text Example

White with #829786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829786; }

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

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

background-color css

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

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

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

border-color css

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

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

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