Shades of Sage #98A583
Tints of Sage #98A583
RGB
CMYK
RGB Variations
Color information
#98A583 (or 0x98A583) is known color: Sage. HEX triplet: 98, A5 and 83. RGB value is (152,165,131). Sum of RGB (Red+Green+Blue) = 152+165+131=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #98A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A583 is #675A7C. Grayscale: #9D9D9D. Windows color (decimal): -6773373 or 8627608. OLE color: 8627608.
HSL color Cylindrical-coordinate representation of color #98A583: hue angle of 82.94º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98A583 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 165 | 131 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.35 |
| HSL | 82.94º | 0.16% | 0.58% | - |
| HSV(B) | 82.94º | 0.21% | 0.65% | - |
| XYZ | 30.5 | 35.22 | 26.66 | - |
| YUV | 157.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 165 | 131 | 0.08 | 0 | 0.21 | 0.35 | 82.94 | 0.16 | 0.58 |
| Hex | 98 | A5 | 83 | 8 | 0 | 15 | 23 | 53 | 10 | 3A |
| Octal | 230 | 245 | 203 | 10 | 0 | 25 | 43 | 123 | 20 | 72 |
| Binary | 10011000 | 10100101 | 10000011 | 1000 | 0 | 10101 | 100011 | 1010011 | 10000 | 111010 |
Color Harmonies of #98A583
Complementary color
Monochromatic Colors of #98A583
Black with #98A583
Text Example
Text Example
White with #98A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A583; }
p { color: rgb(152,165,131); }
H1.HeaderClassName
{
color: #98A583;
}
.AnyTagClassName
{
color: #98A583;
}
</style>
background-color css
<style>
a { background-color: #98A583; }
a { background-color: rgb(152,165,131); }
div.DivClassName
{
background-color: #98A583;
}
.BgClassName
{
background-color: #98A583;
}
</style>
border-color css
<style>
span { border-color: #98A583; }
span { border-color: rgb(152,165,131); }
td.TdClassName
{
border-color: #98A583;
}
.TagClassName
{
border-color: #98A583;
}
</style>