Shades of Stack #829D82
Tints of Stack #829D82
RGB
CMYK
RGB Variations
Color information
#829D82 (or 0x829D82) is known color: Stack. HEX triplet: 82, 9D and 82. RGB value is (130,157,130). Sum of RGB (Red+Green+Blue) = 130+157+130=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #829D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D82 is #7D627D. Grayscale: #919191. Windows color (decimal): -8217214 or 8560002. OLE color: 8560002.
HSL color Cylindrical-coordinate representation of color #829D82: hue angle of 120º 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 #829D82 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 130 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.38 |
| HSL | 120º | 0.12% | 0.56% | - |
| HSV(B) | 120º | 0.17% | 0.62% | - |
| XYZ | 25.29 | 30.47 | 25.67 | - |
| YUV | 145.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 130 | 0.17 | 0 | 0.17 | 0.38 | 120 | 0.12 | 0.56 |
| Hex | 82 | 9D | 82 | 11 | 0 | 11 | 26 | 78 | C | 38 |
| Octal | 202 | 235 | 202 | 21 | 0 | 21 | 46 | 170 | 14 | 70 |
| Binary | 10000010 | 10011101 | 10000010 | 10001 | 0 | 10001 | 100110 | 1111000 | 1100 | 111000 |
Color Harmonies of #829D82
Complementary color
Monochromatic Colors of #829D82
Black with #829D82
Text Example
Text Example
White with #829D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D82; }
p { color: rgb(130,157,130); }
H1.HeaderClassName
{
color: #829D82;
}
.AnyTagClassName
{
color: #829D82;
}
</style>
background-color css
<style>
a { background-color: #829D82; }
a { background-color: rgb(130,157,130); }
div.DivClassName
{
background-color: #829D82;
}
.BgClassName
{
background-color: #829D82;
}
</style>
border-color css
<style>
span { border-color: #829D82; }
span { border-color: rgb(130,157,130); }
td.TdClassName
{
border-color: #829D82;
}
.TagClassName
{
border-color: #829D82;
}
</style>