Shades of Sage #989D88
Tints of Sage #989D88
RGB
CMYK
RGB Variations
Color information
#989D88 (or 0x989D88) is known color: Sage. HEX triplet: 98, 9D and 88. RGB value is (152,157,136). Sum of RGB (Red+Green+Blue) = 152+157+136=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #989D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D88 is #676277. Grayscale: #999999. Windows color (decimal): -6775416 or 8953240. OLE color: 8953240.
HSL color Cylindrical-coordinate representation of color #989D88: hue angle of 74.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #989D88 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 157 | 136 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.38 |
| HSL | 74.29º | 0.1% | 0.57% | - |
| HSV(B) | 74.29º | 0.13% | 0.62% | - |
| XYZ | 29.45 | 32.57 | 28.03 | - |
| YUV | 153.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 136 | 0.03 | 0 | 0.13 | 0.38 | 74.29 | 0.1 | 0.57 |
| Hex | 98 | 9D | 88 | 3 | 0 | D | 26 | 4A | A | 39 |
| Octal | 230 | 235 | 210 | 3 | 0 | 15 | 46 | 112 | 12 | 71 |
| Binary | 10011000 | 10011101 | 10001000 | 11 | 0 | 1101 | 100110 | 1001010 | 1010 | 111001 |
Color Harmonies of #989D88
Complementary color
Monochromatic Colors of #989D88
Black with #989D88
Text Example
Text Example
White with #989D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989D88; }
p { color: rgb(152,157,136); }
H1.HeaderClassName
{
color: #989D88;
}
.AnyTagClassName
{
color: #989D88;
}
</style>
background-color css
<style>
a { background-color: #989D88; }
a { background-color: rgb(152,157,136); }
div.DivClassName
{
background-color: #989D88;
}
.BgClassName
{
background-color: #989D88;
}
</style>
border-color css
<style>
span { border-color: #989D88; }
span { border-color: rgb(152,157,136); }
td.TdClassName
{
border-color: #989D88;
}
.TagClassName
{
border-color: #989D88;
}
</style>