#829B89

Color #829B89 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #829B89

Tints of Envy #829B89

Color information

#829B89 (or 0x829B89) is unknown color: approx Envy. HEX triplet: 82, 9B and 89. RGB value is (130,155,137). Sum of RGB (Red+Green+Blue) = 130+155+137=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #829B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B89 is #7D6476. Grayscale: #919191. Windows color (decimal): -8217719 or 9018242. OLE color: 9018242.

HSL color Cylindrical-coordinate representation of color #829B89: hue angle of 136.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 #829B89 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB130155137-
CMYK0.1600.120.39
HSL136.8º11.11%55.88%-
HSV(B)136.8º16.13%60.78%-
XYZ25.4429.9928.12-
YUV145.47123.22116.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=30.81%
G=36.73%
B=32.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551370.1600.120.39136.811.1155.88
Hex829B89100C2789b38
Octal20223321120014472111370
Binary1000001010011011100010011000001100100111100010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #829B89;
 }
 .AnyTagClassName
 {
   color: #829B89;
 }
</style>
background-color css

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

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

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

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

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

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