Shades of Sage #97A183
Tints of Sage #97A183
RGB
CMYK
RGB Variations
Color information
#97A183 (or 0x97A183) is known color: Sage. HEX triplet: 97, A1 and 83. RGB value is (151,161,131). Sum of RGB (Red+Green+Blue) = 151+161+131=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #97A183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A183 is #685E7C. Grayscale: #9A9A9A. Windows color (decimal): -6839933 or 8626583. OLE color: 8626583.
HSL color Cylindrical-coordinate representation of color #97A183: hue angle of 80º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97A183 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 161 | 131 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.37 |
| HSL | 80º | 0.14% | 0.57% | - |
| HSV(B) | 80º | 0.19% | 0.63% | - |
| XYZ | 29.6 | 33.71 | 26.42 | - |
| YUV | 154.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 131 | 0.06 | 0 | 0.19 | 0.37 | 80 | 0.14 | 0.57 |
| Hex | 97 | A1 | 83 | 6 | 0 | 13 | 25 | 50 | E | 39 |
| Octal | 227 | 241 | 203 | 6 | 0 | 23 | 45 | 120 | 16 | 71 |
| Binary | 10010111 | 10100001 | 10000011 | 110 | 0 | 10011 | 100101 | 1010000 | 1110 | 111001 |
Color Harmonies of #97A183
Complementary color
Monochromatic Colors of #97A183
Black with #97A183
Text Example
Text Example
White with #97A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A183; }
p { color: rgb(151,161,131); }
H1.HeaderClassName
{
color: #97A183;
}
.AnyTagClassName
{
color: #97A183;
}
</style>
background-color css
<style>
a { background-color: #97A183; }
a { background-color: rgb(151,161,131); }
div.DivClassName
{
background-color: #97A183;
}
.BgClassName
{
background-color: #97A183;
}
</style>
border-color css
<style>
span { border-color: #97A183; }
span { border-color: rgb(151,161,131); }
td.TdClassName
{
border-color: #97A183;
}
.TagClassName
{
border-color: #97A183;
}
</style>