Shades of Sage #9BA871
Tints of Sage #9BA871
RGB
CMYK
RGB Variations
Color information
#9BA871 (or 0x9BA871) is known color: Sage. HEX triplet: 9B, A8 and 71. RGB value is (155,168,113). Sum of RGB (Red+Green+Blue) = 155+168+113=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA871 is #64578E. Grayscale: #9E9E9E. Windows color (decimal): -6576015 or 7448731. OLE color: 7448731.
HSL color Cylindrical-coordinate representation of color #9BA871: hue angle of 74.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BA871 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 113 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.34 |
| HSL | 74.18º | 0.24% | 0.55% | - |
| HSV(B) | 74.18º | 0.33% | 0.66% | - |
| XYZ | 30.5 | 36.17 | 21 | - |
| YUV | 157.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 113 | 0.08 | 0 | 0.33 | 0.34 | 74.18 | 0.24 | 0.55 |
| Hex | 9B | A8 | 71 | 8 | 0 | 21 | 22 | 4A | 18 | 37 |
| Octal | 233 | 250 | 161 | 10 | 0 | 41 | 42 | 112 | 30 | 67 |
| Binary | 10011011 | 10101000 | 1110001 | 1000 | 0 | 100001 | 100010 | 1001010 | 11000 | 110111 |
Color Harmonies of #9BA871
Complementary color
Monochromatic Colors of #9BA871
Black with #9BA871
Text Example
Text Example
White with #9BA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA871; }
p { color: rgb(155,168,113); }
H1.HeaderClassName
{
color: #9BA871;
}
.AnyTagClassName
{
color: #9BA871;
}
</style>
background-color css
<style>
a { background-color: #9BA871; }
a { background-color: rgb(155,168,113); }
div.DivClassName
{
background-color: #9BA871;
}
.BgClassName
{
background-color: #9BA871;
}
</style>
border-color css
<style>
span { border-color: #9BA871; }
span { border-color: rgb(155,168,113); }
td.TdClassName
{
border-color: #9BA871;
}
.TagClassName
{
border-color: #9BA871;
}
</style>