Shades of Stack #889186
Tints of Stack #889186
RGB
CMYK
RGB Variations
Color information
#889186 (or 0x889186) is known color: Stack. HEX triplet: 88, 91 and 86. RGB value is (136,145,134). Sum of RGB (Red+Green+Blue) = 136+145+134=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #889186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889186 is #776E79. Grayscale: #8D8D8D. Windows color (decimal): -7827066 or 8819080. OLE color: 8819080.
HSL color Cylindrical-coordinate representation of color #889186: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #889186 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 134 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.43 |
| HSL | 109.09º | 0.05% | 0.55% | - |
| HSV(B) | 109.09º | 0.08% | 0.57% | - |
| XYZ | 24.58 | 27.21 | 26.51 | - |
| YUV | 141.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 134 | 0.06 | 0 | 0.08 | 0.43 | 109.09 | 0.05 | 0.55 |
| Hex | 88 | 91 | 86 | 6 | 0 | 8 | 2B | 6D | 5 | 37 |
| Octal | 210 | 221 | 206 | 6 | 0 | 10 | 53 | 155 | 5 | 67 |
| Binary | 10001000 | 10010001 | 10000110 | 110 | 0 | 1000 | 101011 | 1101101 | 101 | 110111 |
Color Harmonies of #889186
Complementary color
Monochromatic Colors of #889186
Black with #889186
Text Example
Text Example
White with #889186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889186; }
p { color: rgb(136,145,134); }
H1.HeaderClassName
{
color: #889186;
}
.AnyTagClassName
{
color: #889186;
}
</style>
background-color css
<style>
a { background-color: #889186; }
a { background-color: rgb(136,145,134); }
div.DivClassName
{
background-color: #889186;
}
.BgClassName
{
background-color: #889186;
}
</style>
border-color css
<style>
span { border-color: #889186; }
span { border-color: rgb(136,145,134); }
td.TdClassName
{
border-color: #889186;
}
.TagClassName
{
border-color: #889186;
}
</style>