Shades of Sage #9BA984
Tints of Sage #9BA984
RGB
CMYK
RGB Variations
Color information
#9BA984 (or 0x9BA984) is known color: Sage. HEX triplet: 9B, A9 and 84. RGB value is (155,169,132). Sum of RGB (Red+Green+Blue) = 155+169+132=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA984 is #64567B. Grayscale: #A0A0A0. Windows color (decimal): -6575740 or 8694171. OLE color: 8694171.
HSL color Cylindrical-coordinate representation of color #9BA984: hue angle of 82.7º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BA984 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 132 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.34 |
| HSL | 82.7º | 0.18% | 0.59% | - |
| HSV(B) | 82.7º | 0.22% | 0.66% | - |
| XYZ | 31.87 | 37.01 | 27.29 | - |
| YUV | 160.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 132 | 0.08 | 0 | 0.22 | 0.34 | 82.7 | 0.18 | 0.59 |
| Hex | 9B | A9 | 84 | 8 | 0 | 16 | 22 | 53 | 12 | 3B |
| Octal | 233 | 251 | 204 | 10 | 0 | 26 | 42 | 123 | 22 | 73 |
| Binary | 10011011 | 10101001 | 10000100 | 1000 | 0 | 10110 | 100010 | 1010011 | 10010 | 111011 |
Color Harmonies of #9BA984
Complementary color
Monochromatic Colors of #9BA984
Black with #9BA984
Text Example
Text Example
White with #9BA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA984; }
p { color: rgb(155,169,132); }
H1.HeaderClassName
{
color: #9BA984;
}
.AnyTagClassName
{
color: #9BA984;
}
</style>
background-color css
<style>
a { background-color: #9BA984; }
a { background-color: rgb(155,169,132); }
div.DivClassName
{
background-color: #9BA984;
}
.BgClassName
{
background-color: #9BA984;
}
</style>
border-color css
<style>
span { border-color: #9BA984; }
span { border-color: rgb(155,169,132); }
td.TdClassName
{
border-color: #9BA984;
}
.TagClassName
{
border-color: #9BA984;
}
</style>