Shades of Stack #849884
Tints of Stack #849884
RGB
CMYK
RGB Variations
Color information
#849884 (or 0x849884) is known color: Stack. HEX triplet: 84, 98 and 84. RGB value is (132,152,132). Sum of RGB (Red+Green+Blue) = 132+152+132=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #849884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849884 is #7B677B. Grayscale: #8F8F8F. Windows color (decimal): -8087420 or 8689796. OLE color: 8689796.
HSL color Cylindrical-coordinate representation of color #849884: hue angle of 120º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #849884 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 132 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.40 |
| HSL | 120º | 0.09% | 0.56% | - |
| HSV(B) | 120º | 0.13% | 0.6% | - |
| XYZ | 24.91 | 29.03 | 26.12 | - |
| YUV | 143.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 132 | 0.13 | 0 | 0.13 | 0.40 | 120 | 0.09 | 0.56 |
| Hex | 84 | 98 | 84 | D | 0 | D | 28 | 78 | 9 | 38 |
| Octal | 204 | 230 | 204 | 15 | 0 | 15 | 50 | 170 | 11 | 70 |
| Binary | 10000100 | 10011000 | 10000100 | 1101 | 0 | 1101 | 101000 | 1111000 | 1001 | 111000 |
Color Harmonies of #849884
Complementary color
Monochromatic Colors of #849884
Black with #849884
Text Example
Text Example
White with #849884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849884; }
p { color: rgb(132,152,132); }
H1.HeaderClassName
{
color: #849884;
}
.AnyTagClassName
{
color: #849884;
}
</style>
background-color css
<style>
a { background-color: #849884; }
a { background-color: rgb(132,152,132); }
div.DivClassName
{
background-color: #849884;
}
.BgClassName
{
background-color: #849884;
}
</style>
border-color css
<style>
span { border-color: #849884; }
span { border-color: rgb(132,152,132); }
td.TdClassName
{
border-color: #849884;
}
.TagClassName
{
border-color: #849884;
}
</style>