Shades of Sage #989C80
Tints of Sage #989C80
RGB
CMYK
RGB Variations
Color information
#989C80 (or 0x989C80) is known color: Sage. HEX triplet: 98, 9C and 80. RGB value is (152,156,128). Sum of RGB (Red+Green+Blue) = 152+156+128=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 156 - color contains mainly: green. Hex color #989C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989C80 is #67637F. Grayscale: #979797. Windows color (decimal): -6775680 or 8428696. OLE color: 8428696.
HSL color Cylindrical-coordinate representation of color #989C80: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #989C80 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 156 | 128 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.39 |
| HSL | 68.57º | 0.12% | 0.56% | - |
| HSV(B) | 68.57º | 0.18% | 0.61% | - |
| XYZ | 28.73 | 32.01 | 25.09 | - |
| YUV | 151.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 156 | 128 | 0.03 | 0 | 0.18 | 0.39 | 68.57 | 0.12 | 0.56 |
| Hex | 98 | 9C | 80 | 3 | 0 | 12 | 27 | 45 | C | 38 |
| Octal | 230 | 234 | 200 | 3 | 0 | 22 | 47 | 105 | 14 | 70 |
| Binary | 10011000 | 10011100 | 10000000 | 11 | 0 | 10010 | 100111 | 1000101 | 1100 | 111000 |
Color Harmonies of #989C80
Complementary color
Monochromatic Colors of #989C80
Black with #989C80
Text Example
Text Example
White with #989C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989C80; }
p { color: rgb(152,156,128); }
H1.HeaderClassName
{
color: #989C80;
}
.AnyTagClassName
{
color: #989C80;
}
</style>
background-color css
<style>
a { background-color: #989C80; }
a { background-color: rgb(152,156,128); }
div.DivClassName
{
background-color: #989C80;
}
.BgClassName
{
background-color: #989C80;
}
</style>
border-color css
<style>
span { border-color: #989C80; }
span { border-color: rgb(152,156,128); }
td.TdClassName
{
border-color: #989C80;
}
.TagClassName
{
border-color: #989C80;
}
</style>