Shades of Stack #849982
Tints of Stack #849982
RGB
CMYK
RGB Variations
Color information
#849982 (or 0x849982) is known color: Stack. HEX triplet: 84, 99 and 82. RGB value is (132,153,130). Sum of RGB (Red+Green+Blue) = 132+153+130=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #849982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849982 is #7B667D. Grayscale: #909090. Windows color (decimal): -8087166 or 8558980. OLE color: 8558980.
HSL color Cylindrical-coordinate representation of color #849982: hue angle of 114.78º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849982 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 130 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.4 |
| HSL | 114.78º | 0.1% | 0.55% | - |
| HSV(B) | 114.78º | 0.15% | 0.6% | - |
| XYZ | 24.94 | 29.3 | 25.46 | - |
| YUV | 144.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 130 | 0.14 | 0 | 0.15 | 0.4 | 114.78 | 0.1 | 0.55 |
| Hex | 84 | 99 | 82 | E | 0 | F | 28 | 73 | A | 37 |
| Octal | 204 | 231 | 202 | 16 | 0 | 17 | 50 | 163 | 12 | 67 |
| Binary | 10000100 | 10011001 | 10000010 | 1110 | 0 | 1111 | 101000 | 1110011 | 1010 | 110111 |
Color Harmonies of #849982
Complementary color
Monochromatic Colors of #849982
Black with #849982
Text Example
Text Example
White with #849982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849982; }
p { color: rgb(132,153,130); }
H1.HeaderClassName
{
color: #849982;
}
.AnyTagClassName
{
color: #849982;
}
</style>
background-color css
<style>
a { background-color: #849982; }
a { background-color: rgb(132,153,130); }
div.DivClassName
{
background-color: #849982;
}
.BgClassName
{
background-color: #849982;
}
</style>
border-color css
<style>
span { border-color: #849982; }
span { border-color: rgb(132,153,130); }
td.TdClassName
{
border-color: #849982;
}
.TagClassName
{
border-color: #849982;
}
</style>