Shades of Sage #9BA174
Tints of Sage #9BA174
RGB
CMYK
RGB Variations
Color information
#9BA174 (or 0x9BA174) is known color: Sage. HEX triplet: 9B, A1 and 74. RGB value is (155,161,116). Sum of RGB (Red+Green+Blue) = 155+161+116=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA174 is #645E8B. Grayscale: #9A9A9A. Windows color (decimal): -6577804 or 7643547. OLE color: 7643547.
HSL color Cylindrical-coordinate representation of color #9BA174: hue angle of 68º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA174 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 116 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.37 |
| HSL | 68º | 0.19% | 0.54% | - |
| HSV(B) | 68º | 0.28% | 0.63% | - |
| XYZ | 29.41 | 33.72 | 21.48 | - |
| YUV | 154.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 116 | 0.04 | 0 | 0.28 | 0.37 | 68 | 0.19 | 0.54 |
| Hex | 9B | A1 | 74 | 4 | 0 | 1C | 25 | 44 | 13 | 36 |
| Octal | 233 | 241 | 164 | 4 | 0 | 34 | 45 | 104 | 23 | 66 |
| Binary | 10011011 | 10100001 | 1110100 | 100 | 0 | 11100 | 100101 | 1000100 | 10011 | 110110 |
Color Harmonies of #9BA174
Complementary color
Monochromatic Colors of #9BA174
Black with #9BA174
Text Example
Text Example
White with #9BA174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA174; }
p { color: rgb(155,161,116); }
H1.HeaderClassName
{
color: #9BA174;
}
.AnyTagClassName
{
color: #9BA174;
}
</style>
background-color css
<style>
a { background-color: #9BA174; }
a { background-color: rgb(155,161,116); }
div.DivClassName
{
background-color: #9BA174;
}
.BgClassName
{
background-color: #9BA174;
}
</style>
border-color css
<style>
span { border-color: #9BA174; }
span { border-color: rgb(155,161,116); }
td.TdClassName
{
border-color: #9BA174;
}
.TagClassName
{
border-color: #9BA174;
}
</style>