Shades of Sage #9BA873
Tints of Sage #9BA873
RGB
CMYK
RGB Variations
Color information
#9BA873 (or 0x9BA873) is known color: Sage. HEX triplet: 9B, A8 and 73. RGB value is (155,168,115). Sum of RGB (Red+Green+Blue) = 155+168+115=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA873 is #64578C. Grayscale: #9E9E9E. Windows color (decimal): -6576013 or 7579803. OLE color: 7579803.
HSL color Cylindrical-coordinate representation of color #9BA873: hue angle of 74.72º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BA873 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 115 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.34 |
| HSL | 74.72º | 0.23% | 0.55% | - |
| HSV(B) | 74.72º | 0.32% | 0.66% | - |
| XYZ | 30.61 | 36.21 | 21.6 | - |
| YUV | 158.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 115 | 0.08 | 0 | 0.32 | 0.34 | 74.72 | 0.23 | 0.55 |
| Hex | 9B | A8 | 73 | 8 | 0 | 20 | 22 | 4B | 17 | 37 |
| Octal | 233 | 250 | 163 | 10 | 0 | 40 | 42 | 113 | 27 | 67 |
| Binary | 10011011 | 10101000 | 1110011 | 1000 | 0 | 100000 | 100010 | 1001011 | 10111 | 110111 |
Color Harmonies of #9BA873
Complementary color
Monochromatic Colors of #9BA873
Black with #9BA873
Text Example
Text Example
White with #9BA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA873; }
p { color: rgb(155,168,115); }
H1.HeaderClassName
{
color: #9BA873;
}
.AnyTagClassName
{
color: #9BA873;
}
</style>
background-color css
<style>
a { background-color: #9BA873; }
a { background-color: rgb(155,168,115); }
div.DivClassName
{
background-color: #9BA873;
}
.BgClassName
{
background-color: #9BA873;
}
</style>
border-color css
<style>
span { border-color: #9BA873; }
span { border-color: rgb(155,168,115); }
td.TdClassName
{
border-color: #9BA873;
}
.TagClassName
{
border-color: #9BA873;
}
</style>