Shades of Sage #98A284
Tints of Sage #98A284
RGB
CMYK
RGB Variations
Color information
#98A284 (or 0x98A284) is known color: Sage. HEX triplet: 98, A2 and 84. RGB value is (152,162,132). Sum of RGB (Red+Green+Blue) = 152+162+132=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #98A284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A284 is #675D7B. Grayscale: #9B9B9B. Windows color (decimal): -6774140 or 8692376. OLE color: 8692376.
HSL color Cylindrical-coordinate representation of color #98A284: hue angle of 80º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98A284 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 132 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.36 |
| HSL | 80º | 0.14% | 0.58% | - |
| HSV(B) | 80º | 0.19% | 0.64% | - |
| XYZ | 30.03 | 34.18 | 26.84 | - |
| YUV | 155.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 132 | 0.06 | 0 | 0.19 | 0.36 | 80 | 0.14 | 0.58 |
| Hex | 98 | A2 | 84 | 6 | 0 | 13 | 24 | 50 | E | 3A |
| Octal | 230 | 242 | 204 | 6 | 0 | 23 | 44 | 120 | 16 | 72 |
| Binary | 10011000 | 10100010 | 10000100 | 110 | 0 | 10011 | 100100 | 1010000 | 1110 | 111010 |
Color Harmonies of #98A284
Complementary color
Monochromatic Colors of #98A284
Black with #98A284
Text Example
Text Example
White with #98A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A284; }
p { color: rgb(152,162,132); }
H1.HeaderClassName
{
color: #98A284;
}
.AnyTagClassName
{
color: #98A284;
}
</style>
background-color css
<style>
a { background-color: #98A284; }
a { background-color: rgb(152,162,132); }
div.DivClassName
{
background-color: #98A284;
}
.BgClassName
{
background-color: #98A284;
}
</style>
border-color css
<style>
span { border-color: #98A284; }
span { border-color: rgb(152,162,132); }
td.TdClassName
{
border-color: #98A284;
}
.TagClassName
{
border-color: #98A284;
}
</style>