Shades of Sage #9BA275
Tints of Sage #9BA275
RGB
CMYK
RGB Variations
Color information
#9BA275 (or 0x9BA275) is known color: Sage. HEX triplet: 9B, A2 and 75. RGB value is (155,162,117). Sum of RGB (Red+Green+Blue) = 155+162+117=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA275 is #645D8A. Grayscale: #9A9A9A. Windows color (decimal): -6577547 or 7709339. OLE color: 7709339.
HSL color Cylindrical-coordinate representation of color #9BA275: hue angle of 69.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA275 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 117 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.36 |
| HSL | 69.33º | 0.19% | 0.55% | - |
| HSV(B) | 69.33º | 0.28% | 0.64% | - |
| XYZ | 29.65 | 34.09 | 21.85 | - |
| YUV | 154.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 117 | 0.04 | 0 | 0.28 | 0.36 | 69.33 | 0.19 | 0.55 |
| Hex | 9B | A2 | 75 | 4 | 0 | 1C | 24 | 45 | 13 | 37 |
| Octal | 233 | 242 | 165 | 4 | 0 | 34 | 44 | 105 | 23 | 67 |
| Binary | 10011011 | 10100010 | 1110101 | 100 | 0 | 11100 | 100100 | 1000101 | 10011 | 110111 |
Color Harmonies of #9BA275
Complementary color
Monochromatic Colors of #9BA275
Black with #9BA275
Text Example
Text Example
White with #9BA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA275; }
p { color: rgb(155,162,117); }
H1.HeaderClassName
{
color: #9BA275;
}
.AnyTagClassName
{
color: #9BA275;
}
</style>
background-color css
<style>
a { background-color: #9BA275; }
a { background-color: rgb(155,162,117); }
div.DivClassName
{
background-color: #9BA275;
}
.BgClassName
{
background-color: #9BA275;
}
</style>
border-color css
<style>
span { border-color: #9BA275; }
span { border-color: rgb(155,162,117); }
td.TdClassName
{
border-color: #9BA275;
}
.TagClassName
{
border-color: #9BA275;
}
</style>