Shades of Stack #849C83
Tints of Stack #849C83
RGB
CMYK
RGB Variations
Color information
#849C83 (or 0x849C83) is known color: Stack. HEX triplet: 84, 9C and 83. RGB value is (132,156,131). Sum of RGB (Red+Green+Blue) = 132+156+131=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #849C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849C83 is #7B637C. Grayscale: #929292. Windows color (decimal): -8086397 or 8625284. OLE color: 8625284.
HSL color Cylindrical-coordinate representation of color #849C83: hue angle of 117.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849C83 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 131 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.39 |
| HSL | 117.6º | 0.11% | 0.56% | - |
| HSV(B) | 117.6º | 0.16% | 0.61% | - |
| XYZ | 25.5 | 30.32 | 25.98 | - |
| YUV | 145.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 131 | 0.15 | 0 | 0.16 | 0.39 | 117.6 | 0.11 | 0.56 |
| Hex | 84 | 9C | 83 | F | 0 | 10 | 27 | 76 | B | 38 |
| Octal | 204 | 234 | 203 | 17 | 0 | 20 | 47 | 166 | 13 | 70 |
| Binary | 10000100 | 10011100 | 10000011 | 1111 | 0 | 10000 | 100111 | 1110110 | 1011 | 111000 |
Color Harmonies of #849C83
Complementary color
Monochromatic Colors of #849C83
Black with #849C83
Text Example
Text Example
White with #849C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C83; }
p { color: rgb(132,156,131); }
H1.HeaderClassName
{
color: #849C83;
}
.AnyTagClassName
{
color: #849C83;
}
</style>
background-color css
<style>
a { background-color: #849C83; }
a { background-color: rgb(132,156,131); }
div.DivClassName
{
background-color: #849C83;
}
.BgClassName
{
background-color: #849C83;
}
</style>
border-color css
<style>
span { border-color: #849C83; }
span { border-color: rgb(132,156,131); }
td.TdClassName
{
border-color: #849C83;
}
.TagClassName
{
border-color: #849C83;
}
</style>