Shades of Stack #849684
Tints of Stack #849684
RGB
CMYK
RGB Variations
Color information
#849684 (or 0x849684) is known color: Stack. HEX triplet: 84, 96 and 84. RGB value is (132,150,132). Sum of RGB (Red+Green+Blue) = 132+150+132=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #849684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849684 is #7B697B. Grayscale: #8E8E8E. Windows color (decimal): -8087932 or 8689284. OLE color: 8689284.
HSL color Cylindrical-coordinate representation of color #849684: hue angle of 120º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #849684 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 132 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.41 |
| HSL | 120º | 0.08% | 0.55% | - |
| HSV(B) | 120º | 0.12% | 0.59% | - |
| XYZ | 24.59 | 28.38 | 26.01 | - |
| YUV | 142.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 132 | 0.12 | 0 | 0.12 | 0.41 | 120 | 0.08 | 0.55 |
| Hex | 84 | 96 | 84 | C | 0 | C | 29 | 78 | 8 | 37 |
| Octal | 204 | 226 | 204 | 14 | 0 | 14 | 51 | 170 | 10 | 67 |
| Binary | 10000100 | 10010110 | 10000100 | 1100 | 0 | 1100 | 101001 | 1111000 | 1000 | 110111 |
Color Harmonies of #849684
Complementary color
Monochromatic Colors of #849684
Black with #849684
Text Example
Text Example
White with #849684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849684; }
p { color: rgb(132,150,132); }
H1.HeaderClassName
{
color: #849684;
}
.AnyTagClassName
{
color: #849684;
}
</style>
background-color css
<style>
a { background-color: #849684; }
a { background-color: rgb(132,150,132); }
div.DivClassName
{
background-color: #849684;
}
.BgClassName
{
background-color: #849684;
}
</style>
border-color css
<style>
span { border-color: #849684; }
span { border-color: rgb(132,150,132); }
td.TdClassName
{
border-color: #849684;
}
.TagClassName
{
border-color: #849684;
}
</style>