Shades of Stack #898D89
Tints of Stack #898D89
RGB
CMYK
RGB Variations
Color information
#898D89 (or 0x898D89) is known color: Stack. HEX triplet: 89, 8D and 89. RGB value is (137,141,137). Sum of RGB (Red+Green+Blue) = 137+141+137=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 141 - color contains mainly: green. Hex color #898D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D89 is #767276. Grayscale: #8B8B8B. Windows color (decimal): -7762551 or 9014665. OLE color: 9014665.
HSL color Cylindrical-coordinate representation of color #898D89: hue angle of 120º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #898D89 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 141 | 137 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.45 |
| HSL | 120º | 0.02% | 0.55% | - |
| HSV(B) | 120º | 0.03% | 0.55% | - |
| XYZ | 24.36 | 26.17 | 27.44 | - |
| YUV | 139.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 137 | 0.03 | 0 | 0.03 | 0.45 | 120 | 0.02 | 0.55 |
| Hex | 89 | 8D | 89 | 3 | 0 | 3 | 2D | 78 | 2 | 37 |
| Octal | 211 | 215 | 211 | 3 | 0 | 3 | 55 | 170 | 2 | 67 |
| Binary | 10001001 | 10001101 | 10001001 | 11 | 0 | 11 | 101101 | 1111000 | 10 | 110111 |
Color Harmonies of #898D89
Complementary color
Monochromatic Colors of #898D89
Black with #898D89
Text Example
Text Example
White with #898D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898D89; }
p { color: rgb(137,141,137); }
H1.HeaderClassName
{
color: #898D89;
}
.AnyTagClassName
{
color: #898D89;
}
</style>
background-color css
<style>
a { background-color: #898D89; }
a { background-color: rgb(137,141,137); }
div.DivClassName
{
background-color: #898D89;
}
.BgClassName
{
background-color: #898D89;
}
</style>
border-color css
<style>
span { border-color: #898D89; }
span { border-color: rgb(137,141,137); }
td.TdClassName
{
border-color: #898D89;
}
.TagClassName
{
border-color: #898D89;
}
</style>