#829B85

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

Shades of Envy #829B85

Tints of Envy #829B85

Color information

#829B85 (or 0x829B85) is unknown color: approx Envy. HEX triplet: 82, 9B and 85. RGB value is (130,155,133). Sum of RGB (Red+Green+Blue) = 130+155+133=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #829B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B85 is #7D647A. Grayscale: #919191. Windows color (decimal): -8217723 or 8756098. OLE color: 8756098.

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

Color convert

RGB130155133-
CMYK0.1600.140.39
HSL127.2º11.11%55.88%-
HSV(B)127.2º16.13%60.78%-
XYZ25.1629.8826.63-
YUV145.02121.22117.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=31.10%
G=37.08%
B=31.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551330.1600.140.39127.211.1155.88
Hex829B85100E277fb38
Octal20223320520016471771370
Binary100000101001101110000101100000111010011111111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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