Shades of Sage #9BA181
Tints of Sage #9BA181
RGB
CMYK
RGB Variations
Color information
#9BA181 (or 0x9BA181) is known color: Sage. HEX triplet: 9B, A1 and 81. RGB value is (155,161,129). Sum of RGB (Red+Green+Blue) = 155+161+129=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA181 is #645E7E. Grayscale: #9B9B9B. Windows color (decimal): -6577791 or 8495515. OLE color: 8495515.
HSL color Cylindrical-coordinate representation of color #9BA181: hue angle of 71.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA181 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 129 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.37 |
| HSL | 71.25º | 0.15% | 0.57% | - |
| HSV(B) | 71.25º | 0.2% | 0.63% | - |
| XYZ | 30.22 | 34.04 | 25.75 | - |
| YUV | 155.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 129 | 0.04 | 0 | 0.20 | 0.37 | 71.25 | 0.15 | 0.57 |
| Hex | 9B | A1 | 81 | 4 | 0 | 14 | 25 | 47 | F | 39 |
| Octal | 233 | 241 | 201 | 4 | 0 | 24 | 45 | 107 | 17 | 71 |
| Binary | 10011011 | 10100001 | 10000001 | 100 | 0 | 10100 | 100101 | 1000111 | 1111 | 111001 |
Color Harmonies of #9BA181
Complementary color
Monochromatic Colors of #9BA181
Black with #9BA181
Text Example
Text Example
White with #9BA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA181; }
p { color: rgb(155,161,129); }
H1.HeaderClassName
{
color: #9BA181;
}
.AnyTagClassName
{
color: #9BA181;
}
</style>
background-color css
<style>
a { background-color: #9BA181; }
a { background-color: rgb(155,161,129); }
div.DivClassName
{
background-color: #9BA181;
}
.BgClassName
{
background-color: #9BA181;
}
</style>
border-color css
<style>
span { border-color: #9BA181; }
span { border-color: rgb(155,161,129); }
td.TdClassName
{
border-color: #9BA181;
}
.TagClassName
{
border-color: #9BA181;
}
</style>