Shades of Stack #898D88
Tints of Stack #898D88
RGB
CMYK
RGB Variations
Color information
#898D88 (or 0x898D88) is known color: Stack. HEX triplet: 89, 8D and 88. RGB value is (137,141,136). Sum of RGB (Red+Green+Blue) = 137+141+136=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 141 - color contains mainly: green. Hex color #898D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D88 is #767277. Grayscale: #8B8B8B. Windows color (decimal): -7762552 or 8949129. OLE color: 8949129.
HSL color Cylindrical-coordinate representation of color #898D88: hue angle of 108º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898D88 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 136 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.45 |
| HSL | 108º | 0.02% | 0.54% | - |
| HSV(B) | 108º | 0.04% | 0.55% | - |
| XYZ | 24.29 | 26.15 | 27.06 | - |
| YUV | 139.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 136 | 0.03 | 0 | 0.04 | 0.45 | 108 | 0.02 | 0.54 |
| Hex | 89 | 8D | 88 | 3 | 0 | 4 | 2D | 6C | 2 | 36 |
| Octal | 211 | 215 | 210 | 3 | 0 | 4 | 55 | 154 | 2 | 66 |
| Binary | 10001001 | 10001101 | 10001000 | 11 | 0 | 100 | 101101 | 1101100 | 10 | 110110 |
Color Harmonies of #898D88
Complementary color
Monochromatic Colors of #898D88
Black with #898D88
Text Example
Text Example
White with #898D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D88; }
p { color: rgb(137,141,136); }
H1.HeaderClassName
{
color: #898D88;
}
.AnyTagClassName
{
color: #898D88;
}
</style>
background-color css
<style>
a { background-color: #898D88; }
a { background-color: rgb(137,141,136); }
div.DivClassName
{
background-color: #898D88;
}
.BgClassName
{
background-color: #898D88;
}
</style>
border-color css
<style>
span { border-color: #898D88; }
span { border-color: rgb(137,141,136); }
td.TdClassName
{
border-color: #898D88;
}
.TagClassName
{
border-color: #898D88;
}
</style>