Shades of Sage #98A471
Tints of Sage #98A471
RGB
CMYK
RGB Variations
Color information
#98A471 (or 0x98A471) is known color: Sage. HEX triplet: 98, A4 and 71. RGB value is (152,164,113). Sum of RGB (Red+Green+Blue) = 152+164+113=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #98A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A471 is #675B8E. Grayscale: #9A9A9A. Windows color (decimal): -6773647 or 7447704. OLE color: 7447704.
HSL color Cylindrical-coordinate representation of color #98A471: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A471 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 113 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.36 |
| HSL | 74.12º | 0.22% | 0.54% | - |
| HSV(B) | 74.12º | 0.31% | 0.64% | - |
| XYZ | 29.2 | 34.42 | 20.73 | - |
| YUV | 154.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 113 | 0.07 | 0 | 0.31 | 0.36 | 74.12 | 0.22 | 0.54 |
| Hex | 98 | A4 | 71 | 7 | 0 | 1F | 24 | 4A | 16 | 36 |
| Octal | 230 | 244 | 161 | 7 | 0 | 37 | 44 | 112 | 26 | 66 |
| Binary | 10011000 | 10100100 | 1110001 | 111 | 0 | 11111 | 100100 | 1001010 | 10110 | 110110 |
Color Harmonies of #98A471
Complementary color
Monochromatic Colors of #98A471
Black with #98A471
Text Example
Text Example
White with #98A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A471; }
p { color: rgb(152,164,113); }
H1.HeaderClassName
{
color: #98A471;
}
.AnyTagClassName
{
color: #98A471;
}
</style>
background-color css
<style>
a { background-color: #98A471; }
a { background-color: rgb(152,164,113); }
div.DivClassName
{
background-color: #98A471;
}
.BgClassName
{
background-color: #98A471;
}
</style>
border-color css
<style>
span { border-color: #98A471; }
span { border-color: rgb(152,164,113); }
td.TdClassName
{
border-color: #98A471;
}
.TagClassName
{
border-color: #98A471;
}
</style>