Shades of Sage #9BA184
Tints of Sage #9BA184
RGB
CMYK
RGB Variations
Color information
#9BA184 (or 0x9BA184) is known color: Sage. HEX triplet: 9B, A1 and 84. RGB value is (155,161,132). Sum of RGB (Red+Green+Blue) = 155+161+132=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA184 is #645E7B. Grayscale: #9C9C9C. Windows color (decimal): -6577788 or 8692123. OLE color: 8692123.
HSL color Cylindrical-coordinate representation of color #9BA184: hue angle of 72.41º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BA184 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 132 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.37 |
| HSL | 72.41º | 0.13% | 0.57% | - |
| HSV(B) | 72.41º | 0.18% | 0.63% | - |
| XYZ | 30.43 | 34.12 | 26.81 | - |
| YUV | 155.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 132 | 0.04 | 0 | 0.18 | 0.37 | 72.41 | 0.13 | 0.57 |
| Hex | 9B | A1 | 84 | 4 | 0 | 12 | 25 | 48 | D | 39 |
| Octal | 233 | 241 | 204 | 4 | 0 | 22 | 45 | 110 | 15 | 71 |
| Binary | 10011011 | 10100001 | 10000100 | 100 | 0 | 10010 | 100101 | 1001000 | 1101 | 111001 |
Color Harmonies of #9BA184
Complementary color
Monochromatic Colors of #9BA184
Black with #9BA184
Text Example
Text Example
White with #9BA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA184; }
p { color: rgb(155,161,132); }
H1.HeaderClassName
{
color: #9BA184;
}
.AnyTagClassName
{
color: #9BA184;
}
</style>
background-color css
<style>
a { background-color: #9BA184; }
a { background-color: rgb(155,161,132); }
div.DivClassName
{
background-color: #9BA184;
}
.BgClassName
{
background-color: #9BA184;
}
</style>
border-color css
<style>
span { border-color: #9BA184; }
span { border-color: rgb(155,161,132); }
td.TdClassName
{
border-color: #9BA184;
}
.TagClassName
{
border-color: #9BA184;
}
</style>