Shades of Stack #849A85
Tints of Stack #849A85
RGB
CMYK
RGB Variations
Color information
#849A85 (or 0x849A85) is known color: Stack. HEX triplet: 84, 9A and 85. RGB value is (132,154,133). Sum of RGB (Red+Green+Blue) = 132+154+133=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #849A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849A85 is #7B657A. Grayscale: #919191. Windows color (decimal): -8086907 or 8755844. OLE color: 8755844.
HSL color Cylindrical-coordinate representation of color #849A85: hue angle of 122.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849A85 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 154 | 133 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.40 |
| HSL | 122.73º | 0.1% | 0.56% | - |
| HSV(B) | 122.73º | 0.14% | 0.6% | - |
| XYZ | 25.3 | 29.71 | 26.59 | - |
| YUV | 145.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 154 | 133 | 0.14 | 0 | 0.14 | 0.40 | 122.73 | 0.1 | 0.56 |
| Hex | 84 | 9A | 85 | E | 0 | E | 28 | 7B | A | 38 |
| Octal | 204 | 232 | 205 | 16 | 0 | 16 | 50 | 173 | 12 | 70 |
| Binary | 10000100 | 10011010 | 10000101 | 1110 | 0 | 1110 | 101000 | 1111011 | 1010 | 111000 |
Color Harmonies of #849A85
Complementary color
Monochromatic Colors of #849A85
Black with #849A85
Text Example
Text Example
White with #849A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849A85; }
p { color: rgb(132,154,133); }
H1.HeaderClassName
{
color: #849A85;
}
.AnyTagClassName
{
color: #849A85;
}
</style>
background-color css
<style>
a { background-color: #849A85; }
a { background-color: rgb(132,154,133); }
div.DivClassName
{
background-color: #849A85;
}
.BgClassName
{
background-color: #849A85;
}
</style>
border-color css
<style>
span { border-color: #849A85; }
span { border-color: rgb(132,154,133); }
td.TdClassName
{
border-color: #849A85;
}
.TagClassName
{
border-color: #849A85;
}
</style>