Shades of Sage #9CA585
Tints of Sage #9CA585
RGB
CMYK
RGB Variations
Color information
#9CA585 (or 0x9CA585) is known color: Sage. HEX triplet: 9C, A5 and 85. RGB value is (156,165,133). Sum of RGB (Red+Green+Blue) = 156+165+133=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA585 is #635A7A. Grayscale: #9E9E9E. Windows color (decimal): -6511227 or 8758684. OLE color: 8758684.
HSL color Cylindrical-coordinate representation of color #9CA585: hue angle of 76.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CA585 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 133 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.35 |
| HSL | 76.88º | 0.15% | 0.58% | - |
| HSV(B) | 76.88º | 0.19% | 0.65% | - |
| XYZ | 31.4 | 35.67 | 27.42 | - |
| YUV | 158.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 133 | 0.05 | 0 | 0.19 | 0.35 | 76.88 | 0.15 | 0.58 |
| Hex | 9C | A5 | 85 | 5 | 0 | 13 | 23 | 4D | F | 3A |
| Octal | 234 | 245 | 205 | 5 | 0 | 23 | 43 | 115 | 17 | 72 |
| Binary | 10011100 | 10100101 | 10000101 | 101 | 0 | 10011 | 100011 | 1001101 | 1111 | 111010 |
Color Harmonies of #9CA585
Complementary color
Monochromatic Colors of #9CA585
Black with #9CA585
Text Example
Text Example
White with #9CA585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA585; }
p { color: rgb(156,165,133); }
H1.HeaderClassName
{
color: #9CA585;
}
.AnyTagClassName
{
color: #9CA585;
}
</style>
background-color css
<style>
a { background-color: #9CA585; }
a { background-color: rgb(156,165,133); }
div.DivClassName
{
background-color: #9CA585;
}
.BgClassName
{
background-color: #9CA585;
}
</style>
border-color css
<style>
span { border-color: #9CA585; }
span { border-color: rgb(156,165,133); }
td.TdClassName
{
border-color: #9CA585;
}
.TagClassName
{
border-color: #9CA585;
}
</style>