Shades of Stack #829882
Tints of Stack #829882
RGB
CMYK
RGB Variations
Color information
#829882 (or 0x829882) is known color: Stack. HEX triplet: 82, 98 and 82. RGB value is (130,152,130). Sum of RGB (Red+Green+Blue) = 130+152+130=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #829882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829882 is #7D677D. Grayscale: #8E8E8E. Windows color (decimal): -8218494 or 8558722. OLE color: 8558722.
HSL color Cylindrical-coordinate representation of color #829882: hue angle of 120º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829882 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 130 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.40 |
| HSL | 120º | 0.1% | 0.55% | - |
| HSV(B) | 120º | 0.14% | 0.6% | - |
| XYZ | 24.46 | 28.81 | 25.39 | - |
| YUV | 142.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 130 | 0.14 | 0 | 0.14 | 0.40 | 120 | 0.1 | 0.55 |
| Hex | 82 | 98 | 82 | E | 0 | E | 28 | 78 | A | 37 |
| Octal | 202 | 230 | 202 | 16 | 0 | 16 | 50 | 170 | 12 | 67 |
| Binary | 10000010 | 10011000 | 10000010 | 1110 | 0 | 1110 | 101000 | 1111000 | 1010 | 110111 |
Color Harmonies of #829882
Complementary color
Monochromatic Colors of #829882
Black with #829882
Text Example
Text Example
White with #829882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829882; }
p { color: rgb(130,152,130); }
H1.HeaderClassName
{
color: #829882;
}
.AnyTagClassName
{
color: #829882;
}
</style>
background-color css
<style>
a { background-color: #829882; }
a { background-color: rgb(130,152,130); }
div.DivClassName
{
background-color: #829882;
}
.BgClassName
{
background-color: #829882;
}
</style>
border-color css
<style>
span { border-color: #829882; }
span { border-color: rgb(130,152,130); }
td.TdClassName
{
border-color: #829882;
}
.TagClassName
{
border-color: #829882;
}
</style>