Shades of Sage #9CA580
Tints of Sage #9CA580
RGB
CMYK
RGB Variations
Color information
#9CA580 (or 0x9CA580) is known color: Sage. HEX triplet: 9C, A5 and 80. RGB value is (156,165,128). Sum of RGB (Red+Green+Blue) = 156+165+128=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA580 is #635A7F. Grayscale: #9E9E9E. Windows color (decimal): -6511232 or 8431004. OLE color: 8431004.
HSL color Cylindrical-coordinate representation of color #9CA580: hue angle of 74.59º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CA580 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 165 | 128 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.35 |
| HSL | 74.59º | 0.17% | 0.57% | - |
| HSV(B) | 74.59º | 0.22% | 0.65% | - |
| XYZ | 31.06 | 35.54 | 25.64 | - |
| YUV | 158.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 128 | 0.05 | 0 | 0.22 | 0.35 | 74.59 | 0.17 | 0.57 |
| Hex | 9C | A5 | 80 | 5 | 0 | 16 | 23 | 4B | 11 | 39 |
| Octal | 234 | 245 | 200 | 5 | 0 | 26 | 43 | 113 | 21 | 71 |
| Binary | 10011100 | 10100101 | 10000000 | 101 | 0 | 10110 | 100011 | 1001011 | 10001 | 111001 |
Color Harmonies of #9CA580
Complementary color
Monochromatic Colors of #9CA580
Black with #9CA580
Text Example
Text Example
White with #9CA580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA580; }
p { color: rgb(156,165,128); }
H1.HeaderClassName
{
color: #9CA580;
}
.AnyTagClassName
{
color: #9CA580;
}
</style>
background-color css
<style>
a { background-color: #9CA580; }
a { background-color: rgb(156,165,128); }
div.DivClassName
{
background-color: #9CA580;
}
.BgClassName
{
background-color: #9CA580;
}
</style>
border-color css
<style>
span { border-color: #9CA580; }
span { border-color: rgb(156,165,128); }
td.TdClassName
{
border-color: #9CA580;
}
.TagClassName
{
border-color: #9CA580;
}
</style>