Html Css Color HEX #829F84 Envy

📋 copy color: '#829F84'

red 130 ◦ green 159 ◦ blue 132

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

Shades of Envy #829F84

Tints of Envy #829F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.35%

R = 30.88%
G = 37.77%
B = 31.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#829F84 (or 0x829F84) is known color: Envy. HEX triplet: 82, 9F and 84. RGB value is (130,159,132). Sum of RGB (Red+Green+Blue) = 130+159+132=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 159 - color contains mainly: green. Hex color #829F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F84 is #7D607B. Grayscale: #939393. Windows color (decimal): -8216700 or 8691586. OLE color: 8691586.

HSL color Cylindrical-coordinate representation of color #829F84: hue angle of 124.14º 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 #829F84 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 132 -
CMYK 0.18 0 0.17 0.38
HSL 124.14º 0.13% 0.57% -
HSV(B) 124.14º 0.18% 0.62% -
XYZ 25.77 31.21 26.5 -
YUV 147.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 130 159 132 0.18 0 0.17 0.38 124.14 0.13 0.57
Hex 82 9F 84 12 0 11 26 7C D 39
Octal 202 237 204 22 0 21 46 174 15 71
Binary 10000010 10011111 10000100 10010 0 10001 100110 1111100 1101 111001

Color Harmonies of #829F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F84

Black with #829F84

Text Example


Text Example

White with #829F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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