Shades of Sage #98A380
Tints of Sage #98A380
RGB
CMYK
RGB Variations
Color information
#98A380 (or 0x98A380) is known color: Sage. HEX triplet: 98, A3 and 80. RGB value is (152,163,128). Sum of RGB (Red+Green+Blue) = 152+163+128=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #98A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A380 is #675C7F. Grayscale: #9B9B9B. Windows color (decimal): -6773888 or 8430488. OLE color: 8430488.
HSL color Cylindrical-coordinate representation of color #98A380: hue angle of 78.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98A380 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 128 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.36 |
| HSL | 78.86º | 0.16% | 0.57% | - |
| HSV(B) | 78.86º | 0.21% | 0.64% | - |
| XYZ | 29.94 | 34.43 | 25.49 | - |
| YUV | 155.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 128 | 0.07 | 0 | 0.21 | 0.36 | 78.86 | 0.16 | 0.57 |
| Hex | 98 | A3 | 80 | 7 | 0 | 15 | 24 | 4F | 10 | 39 |
| Octal | 230 | 243 | 200 | 7 | 0 | 25 | 44 | 117 | 20 | 71 |
| Binary | 10011000 | 10100011 | 10000000 | 111 | 0 | 10101 | 100100 | 1001111 | 10000 | 111001 |
Color Harmonies of #98A380
Complementary color
Monochromatic Colors of #98A380
Black with #98A380
Text Example
Text Example
White with #98A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A380; }
p { color: rgb(152,163,128); }
H1.HeaderClassName
{
color: #98A380;
}
.AnyTagClassName
{
color: #98A380;
}
</style>
background-color css
<style>
a { background-color: #98A380; }
a { background-color: rgb(152,163,128); }
div.DivClassName
{
background-color: #98A380;
}
.BgClassName
{
background-color: #98A380;
}
</style>
border-color css
<style>
span { border-color: #98A380; }
span { border-color: rgb(152,163,128); }
td.TdClassName
{
border-color: #98A380;
}
.TagClassName
{
border-color: #98A380;
}
</style>