Shades of Sage #9DA482
Tints of Sage #9DA482
RGB
CMYK
RGB Variations
Color information
#9DA482 (or 0x9DA482) is known color: Sage. HEX triplet: 9D, A4 and 82. RGB value is (157,164,130). Sum of RGB (Red+Green+Blue) = 157+164+130=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA482 is #625B7D. Grayscale: #9E9E9E. Windows color (decimal): -6445950 or 8561821. OLE color: 8561821.
HSL color Cylindrical-coordinate representation of color #9DA482: hue angle of 72.35º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DA482 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 164 | 130 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.36 |
| HSL | 72.35º | 0.16% | 0.58% | - |
| HSV(B) | 72.35º | 0.21% | 0.64% | - |
| XYZ | 31.21 | 35.33 | 26.29 | - |
| YUV | 158.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 164 | 130 | 0.04 | 0 | 0.21 | 0.36 | 72.35 | 0.16 | 0.58 |
| Hex | 9D | A4 | 82 | 4 | 0 | 15 | 24 | 48 | 10 | 3A |
| Octal | 235 | 244 | 202 | 4 | 0 | 25 | 44 | 110 | 20 | 72 |
| Binary | 10011101 | 10100100 | 10000010 | 100 | 0 | 10101 | 100100 | 1001000 | 10000 | 111010 |
Color Harmonies of #9DA482
Complementary color
Monochromatic Colors of #9DA482
Black with #9DA482
Text Example
Text Example
White with #9DA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA482; }
p { color: rgb(157,164,130); }
H1.HeaderClassName
{
color: #9DA482;
}
.AnyTagClassName
{
color: #9DA482;
}
</style>
background-color css
<style>
a { background-color: #9DA482; }
a { background-color: rgb(157,164,130); }
div.DivClassName
{
background-color: #9DA482;
}
.BgClassName
{
background-color: #9DA482;
}
</style>
border-color css
<style>
span { border-color: #9DA482; }
span { border-color: rgb(157,164,130); }
td.TdClassName
{
border-color: #9DA482;
}
.TagClassName
{
border-color: #9DA482;
}
</style>