Shades of Sage #9BA973
Tints of Sage #9BA973
RGB
CMYK
RGB Variations
Color information
#9BA973 (or 0x9BA973) is known color: Sage. HEX triplet: 9B, A9 and 73. RGB value is (155,169,115). Sum of RGB (Red+Green+Blue) = 155+169+115=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA973 is #64568C. Grayscale: #9E9E9E. Windows color (decimal): -6575757 or 7580059. OLE color: 7580059.
HSL color Cylindrical-coordinate representation of color #9BA973: hue angle of 75.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA973 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 115 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.34 |
| HSL | 75.56º | 0.24% | 0.56% | - |
| HSV(B) | 75.56º | 0.32% | 0.66% | - |
| XYZ | 30.8 | 36.58 | 21.66 | - |
| YUV | 158.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 115 | 0.08 | 0 | 0.32 | 0.34 | 75.56 | 0.24 | 0.56 |
| Hex | 9B | A9 | 73 | 8 | 0 | 20 | 22 | 4C | 18 | 38 |
| Octal | 233 | 251 | 163 | 10 | 0 | 40 | 42 | 114 | 30 | 70 |
| Binary | 10011011 | 10101001 | 1110011 | 1000 | 0 | 100000 | 100010 | 1001100 | 11000 | 111000 |
Color Harmonies of #9BA973
Complementary color
Monochromatic Colors of #9BA973
Black with #9BA973
Text Example
Text Example
White with #9BA973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA973; }
p { color: rgb(155,169,115); }
H1.HeaderClassName
{
color: #9BA973;
}
.AnyTagClassName
{
color: #9BA973;
}
</style>
background-color css
<style>
a { background-color: #9BA973; }
a { background-color: rgb(155,169,115); }
div.DivClassName
{
background-color: #9BA973;
}
.BgClassName
{
background-color: #9BA973;
}
</style>
border-color css
<style>
span { border-color: #9BA973; }
span { border-color: rgb(155,169,115); }
td.TdClassName
{
border-color: #9BA973;
}
.TagClassName
{
border-color: #9BA973;
}
</style>