Html Css Color HEX #829589 Envy

📋 copy color: '#829589'

red 130 ◦ green 149 ◦ blue 137

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

Shades of Envy #829589

Tints of Envy #829589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 31.25%
G = 35.82%
B = 32.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#829589 (or 0x829589) is known color: Envy. HEX triplet: 82, 95 and 89. RGB value is (130,149,137). Sum of RGB (Red+Green+Blue) = 130+149+137=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #829589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829589 is #7D6A76. Grayscale: #8D8D8D. Windows color (decimal): -8219255 or 9016706. OLE color: 9016706.

HSL color Cylindrical-coordinate representation of color #829589: hue angle of 142.11º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829589 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 137 -
CMYK 0.13 0 0.08 0.42
HSL 142.11º 0.08% 0.55% -
HSV(B) 142.11º 0.13% 0.58% -
XYZ 24.47 28.05 27.79 -
YUV 141.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 130 149 137 0.13 0 0.08 0.42 142.11 0.08 0.55
Hex 82 95 89 D 0 8 2A 8E 8 37
Octal 202 225 211 15 0 10 52 216 10 67
Binary 10000010 10010101 10001001 1101 0 1000 101010 10001110 1000 110111

Color Harmonies of #829589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829589

Black with #829589

Text Example


Text Example

White with #829589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829589; }

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

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

background-color css

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

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

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

border-color css

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

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

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