Shades of Stack #849883
Tints of Stack #849883
RGB
CMYK
RGB Variations
Color information
#849883 (or 0x849883) is known color: Stack. HEX triplet: 84, 98 and 83. RGB value is (132,152,131). Sum of RGB (Red+Green+Blue) = 132+152+131=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #849883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849883 is #7B677C. Grayscale: #8F8F8F. Windows color (decimal): -8087421 or 8624260. OLE color: 8624260.
HSL color Cylindrical-coordinate representation of color #849883: hue angle of 117.14º degrees, saturation: 0.09, 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 #849883 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 131 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.40 |
| HSL | 117.14º | 0.09% | 0.55% | - |
| HSV(B) | 117.14º | 0.14% | 0.6% | - |
| XYZ | 24.84 | 29 | 25.76 | - |
| YUV | 143.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 131 | 0.13 | 0 | 0.14 | 0.40 | 117.14 | 0.09 | 0.55 |
| Hex | 84 | 98 | 83 | D | 0 | E | 28 | 75 | 9 | 37 |
| Octal | 204 | 230 | 203 | 15 | 0 | 16 | 50 | 165 | 11 | 67 |
| Binary | 10000100 | 10011000 | 10000011 | 1101 | 0 | 1110 | 101000 | 1110101 | 1001 | 110111 |
Color Harmonies of #849883
Complementary color
Monochromatic Colors of #849883
Black with #849883
Text Example
Text Example
White with #849883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849883; }
p { color: rgb(132,152,131); }
H1.HeaderClassName
{
color: #849883;
}
.AnyTagClassName
{
color: #849883;
}
</style>
background-color css
<style>
a { background-color: #849883; }
a { background-color: rgb(132,152,131); }
div.DivClassName
{
background-color: #849883;
}
.BgClassName
{
background-color: #849883;
}
</style>
border-color css
<style>
span { border-color: #849883; }
span { border-color: rgb(132,152,131); }
td.TdClassName
{
border-color: #849883;
}
.TagClassName
{
border-color: #849883;
}
</style>