Shades of Sage #9BA586
Tints of Sage #9BA586
RGB
CMYK
RGB Variations
Color information
#9BA586 (or 0x9BA586) is known color: Sage. HEX triplet: 9B, A5 and 86. RGB value is (155,165,134). Sum of RGB (Red+Green+Blue) = 155+165+134=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA586 is #645A79. Grayscale: #9E9E9E. Windows color (decimal): -6576762 or 8824219. OLE color: 8824219.
HSL color Cylindrical-coordinate representation of color #9BA586: hue angle of 79.35º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BA586 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 134 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.35 |
| HSL | 79.35º | 0.15% | 0.59% | - |
| HSV(B) | 79.35º | 0.19% | 0.65% | - |
| XYZ | 31.28 | 35.6 | 27.78 | - |
| YUV | 158.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 134 | 0.06 | 0 | 0.19 | 0.35 | 79.35 | 0.15 | 0.59 |
| Hex | 9B | A5 | 86 | 6 | 0 | 13 | 23 | 4F | F | 3B |
| Octal | 233 | 245 | 206 | 6 | 0 | 23 | 43 | 117 | 17 | 73 |
| Binary | 10011011 | 10100101 | 10000110 | 110 | 0 | 10011 | 100011 | 1001111 | 1111 | 111011 |
Color Harmonies of #9BA586
Complementary color
Monochromatic Colors of #9BA586
Black with #9BA586
Text Example
Text Example
White with #9BA586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA586; }
p { color: rgb(155,165,134); }
H1.HeaderClassName
{
color: #9BA586;
}
.AnyTagClassName
{
color: #9BA586;
}
</style>
background-color css
<style>
a { background-color: #9BA586; }
a { background-color: rgb(155,165,134); }
div.DivClassName
{
background-color: #9BA586;
}
.BgClassName
{
background-color: #9BA586;
}
</style>
border-color css
<style>
span { border-color: #9BA586; }
span { border-color: rgb(155,165,134); }
td.TdClassName
{
border-color: #9BA586;
}
.TagClassName
{
border-color: #9BA586;
}
</style>