Html Css Color HEX #829D89 Envy

📋 copy color: '#829D89'

red 130 ◦ green 157 ◦ blue 137

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

Shades of Envy #829D89

Tints of Envy #829D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.31%

R = 30.66%
G = 37.03%
B = 32.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#829D89 (or 0x829D89) is known color: Envy. HEX triplet: 82, 9D and 89. RGB value is (130,157,137). Sum of RGB (Red+Green+Blue) = 130+157+137=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #829D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D89 is #7D6276. Grayscale: #929292. Windows color (decimal): -8217207 or 9018754. OLE color: 9018754.

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

Color convert

RGB 130 157 137 -
CMYK 0.17 0 0.13 0.38
HSL 135.56º 0.12% 0.56% -
HSV(B) 135.56º 0.17% 0.62% -
XYZ 25.78 30.67 28.23 -
YUV 146.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 130 157 137 0.17 0 0.13 0.38 135.56 0.12 0.56
Hex 82 9D 89 11 0 D 26 88 C 38
Octal 202 235 211 21 0 15 46 210 14 70
Binary 10000010 10011101 10001001 10001 0 1101 100110 10001000 1100 111000

Color Harmonies of #829D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D89

Black with #829D89

Text Example


Text Example

White with #829D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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