Shades of Sage #98A382
Tints of Sage #98A382
RGB
CMYK
RGB Variations
Color information
#98A382 (or 0x98A382) is known color: Sage. HEX triplet: 98, A3 and 82. RGB value is (152,163,130). Sum of RGB (Red+Green+Blue) = 152+163+130=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #98A382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A382 is #675C7D. Grayscale: #9C9C9C. Windows color (decimal): -6773886 or 8561560. OLE color: 8561560.
HSL color Cylindrical-coordinate representation of color #98A382: hue angle of 80º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98A382 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 163 | 130 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.36 |
| HSL | 80º | 0.15% | 0.57% | - |
| HSV(B) | 80º | 0.2% | 0.64% | - |
| XYZ | 30.08 | 34.48 | 26.19 | - |
| YUV | 155.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 163 | 130 | 0.07 | 0 | 0.20 | 0.36 | 80 | 0.15 | 0.57 |
| Hex | 98 | A3 | 82 | 7 | 0 | 14 | 24 | 50 | F | 39 |
| Octal | 230 | 243 | 202 | 7 | 0 | 24 | 44 | 120 | 17 | 71 |
| Binary | 10011000 | 10100011 | 10000010 | 111 | 0 | 10100 | 100100 | 1010000 | 1111 | 111001 |
Color Harmonies of #98A382
Complementary color
Monochromatic Colors of #98A382
Black with #98A382
Text Example
Text Example
White with #98A382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A382; }
p { color: rgb(152,163,130); }
H1.HeaderClassName
{
color: #98A382;
}
.AnyTagClassName
{
color: #98A382;
}
</style>
background-color css
<style>
a { background-color: #98A382; }
a { background-color: rgb(152,163,130); }
div.DivClassName
{
background-color: #98A382;
}
.BgClassName
{
background-color: #98A382;
}
</style>
border-color css
<style>
span { border-color: #98A382; }
span { border-color: rgb(152,163,130); }
td.TdClassName
{
border-color: #98A382;
}
.TagClassName
{
border-color: #98A382;
}
</style>