#829B81

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

Shades of Stack #829B81

Tints of Stack #829B81

Color information

#829B81 (or 0x829B81) is unknown color: approx Stack. HEX triplet: 82, 9B and 81. RGB value is (130,155,129). Sum of RGB (Red+Green+Blue) = 130+155+129=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #829B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B81 is #7D647E. Grayscale: #909090. Windows color (decimal): -8217727 or 8493954. OLE color: 8493954.

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

Color convert

RGB130155129-
CMYK0.1600.170.39
HSL117.69º11.5%55.69%-
HSV(B)117.69º16.77%60.78%-
XYZ24.8929.7725.2-
YUV144.56119.22117.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=31.40%
G=37.44%
B=31.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551290.1600.170.39117.6911.555.69
Hex829B81100112776c38
Octal20223320120021471661470
Binary1000001010011011100000011000001000110011111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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