Shades of Sage #98A273
Tints of Sage #98A273
RGB
CMYK
RGB Variations
Color information
#98A273 (or 0x98A273) is known color: Sage. HEX triplet: 98, A2 and 73. RGB value is (152,162,115). Sum of RGB (Red+Green+Blue) = 152+162+115=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 162 - color contains mainly: green. Hex color #98A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A273 is #675D8C. Grayscale: #999999. Windows color (decimal): -6774157 or 7578264. OLE color: 7578264.
HSL color Cylindrical-coordinate representation of color #98A273: hue angle of 72.77º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A273 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 115 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.36 |
| HSL | 72.77º | 0.2% | 0.54% | - |
| HSV(B) | 72.77º | 0.29% | 0.64% | - |
| XYZ | 28.96 | 33.75 | 21.21 | - |
| YUV | 153.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 115 | 0.06 | 0 | 0.29 | 0.36 | 72.77 | 0.2 | 0.54 |
| Hex | 98 | A2 | 73 | 6 | 0 | 1D | 24 | 49 | 14 | 36 |
| Octal | 230 | 242 | 163 | 6 | 0 | 35 | 44 | 111 | 24 | 66 |
| Binary | 10011000 | 10100010 | 1110011 | 110 | 0 | 11101 | 100100 | 1001001 | 10100 | 110110 |
Color Harmonies of #98A273
Complementary color
Monochromatic Colors of #98A273
Black with #98A273
Text Example
Text Example
White with #98A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A273; }
p { color: rgb(152,162,115); }
H1.HeaderClassName
{
color: #98A273;
}
.AnyTagClassName
{
color: #98A273;
}
</style>
background-color css
<style>
a { background-color: #98A273; }
a { background-color: rgb(152,162,115); }
div.DivClassName
{
background-color: #98A273;
}
.BgClassName
{
background-color: #98A273;
}
</style>
border-color css
<style>
span { border-color: #98A273; }
span { border-color: rgb(152,162,115); }
td.TdClassName
{
border-color: #98A273;
}
.TagClassName
{
border-color: #98A273;
}
</style>