Html Css Color HEX #829B84 Envy

📋 copy color: '#829B84'

red 130 ◦ green 155 ◦ blue 132

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

Shades of Envy #829B84

Tints of Envy #829B84

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 31.18%
G = 37.17%
B = 31.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#829B84 (or 0x829B84) is known color: Envy. HEX triplet: 82, 9B and 84. RGB value is (130,155,132). Sum of RGB (Red+Green+Blue) = 130+155+132=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #829B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B84 is #7D647B. Grayscale: #909090. Windows color (decimal): -8217724 or 8690562. OLE color: 8690562.

HSL color Cylindrical-coordinate representation of color #829B84: hue angle of 124.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829B84 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 132 -
CMYK 0.16 0 0.15 0.39
HSL 124.8º 0.11% 0.56% -
HSV(B) 124.8º 0.16% 0.61% -
XYZ 25.09 29.85 26.27 -
YUV 144.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 130 155 132 0.16 0 0.15 0.39 124.8 0.11 0.56
Hex 82 9B 84 10 0 F 27 7D B 38
Octal 202 233 204 20 0 17 47 175 13 70
Binary 10000010 10011011 10000100 10000 0 1111 100111 1111101 1011 111000

Color Harmonies of #829B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B84

Black with #829B84

Text Example


Text Example

White with #829B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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