Shades of Sage #98A082
Tints of Sage #98A082
RGB
CMYK
RGB Variations
Color information
#98A082 (or 0x98A082) is known color: Sage. HEX triplet: 98, A0 and 82. RGB value is (152,160,130). Sum of RGB (Red+Green+Blue) = 152+160+130=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #98A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A082 is #675F7D. Grayscale: #9A9A9A. Windows color (decimal): -6774654 or 8560792. OLE color: 8560792.
HSL color Cylindrical-coordinate representation of color #98A082: hue angle of 76º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A082 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 130 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.37 |
| HSL | 76º | 0.14% | 0.57% | - |
| HSV(B) | 76º | 0.19% | 0.63% | - |
| XYZ | 29.55 | 33.43 | 26.01 | - |
| YUV | 154.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 130 | 0.05 | 0 | 0.19 | 0.37 | 76 | 0.14 | 0.57 |
| Hex | 98 | A0 | 82 | 5 | 0 | 13 | 25 | 4C | E | 39 |
| Octal | 230 | 240 | 202 | 5 | 0 | 23 | 45 | 114 | 16 | 71 |
| Binary | 10011000 | 10100000 | 10000010 | 101 | 0 | 10011 | 100101 | 1001100 | 1110 | 111001 |
Color Harmonies of #98A082
Complementary color
Monochromatic Colors of #98A082
Black with #98A082
Text Example
Text Example
White with #98A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A082; }
p { color: rgb(152,160,130); }
H1.HeaderClassName
{
color: #98A082;
}
.AnyTagClassName
{
color: #98A082;
}
</style>
background-color css
<style>
a { background-color: #98A082; }
a { background-color: rgb(152,160,130); }
div.DivClassName
{
background-color: #98A082;
}
.BgClassName
{
background-color: #98A082;
}
</style>
border-color css
<style>
span { border-color: #98A082; }
span { border-color: rgb(152,160,130); }
td.TdClassName
{
border-color: #98A082;
}
.TagClassName
{
border-color: #98A082;
}
</style>