Shades of Sage #9BA276
Tints of Sage #9BA276
RGB
CMYK
RGB Variations
Color information
#9BA276 (or 0x9BA276) is known color: Sage. HEX triplet: 9B, A2 and 76. RGB value is (155,162,118). Sum of RGB (Red+Green+Blue) = 155+162+118=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA276 is #645D89. Grayscale: #9B9B9B. Windows color (decimal): -6577546 or 7774875. OLE color: 7774875.
HSL color Cylindrical-coordinate representation of color #9BA276: hue angle of 69.55º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BA276 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 118 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.36 |
| HSL | 69.55º | 0.19% | 0.55% | - |
| HSV(B) | 69.55º | 0.27% | 0.64% | - |
| XYZ | 29.71 | 34.12 | 22.16 | - |
| YUV | 154.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 118 | 0.04 | 0 | 0.27 | 0.36 | 69.55 | 0.19 | 0.55 |
| Hex | 9B | A2 | 76 | 4 | 0 | 1B | 24 | 46 | 13 | 37 |
| Octal | 233 | 242 | 166 | 4 | 0 | 33 | 44 | 106 | 23 | 67 |
| Binary | 10011011 | 10100010 | 1110110 | 100 | 0 | 11011 | 100100 | 1000110 | 10011 | 110111 |
Color Harmonies of #9BA276
Complementary color
Monochromatic Colors of #9BA276
Black with #9BA276
Text Example
Text Example
White with #9BA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA276; }
p { color: rgb(155,162,118); }
H1.HeaderClassName
{
color: #9BA276;
}
.AnyTagClassName
{
color: #9BA276;
}
</style>
background-color css
<style>
a { background-color: #9BA276; }
a { background-color: rgb(155,162,118); }
div.DivClassName
{
background-color: #9BA276;
}
.BgClassName
{
background-color: #9BA276;
}
</style>
border-color css
<style>
span { border-color: #9BA276; }
span { border-color: rgb(155,162,118); }
td.TdClassName
{
border-color: #9BA276;
}
.TagClassName
{
border-color: #9BA276;
}
</style>