Shades of Sage #99A583
Tints of Sage #99A583
RGB
CMYK
RGB Variations
Color information
#99A583 (or 0x99A583) is known color: Sage. HEX triplet: 99, A5 and 83. RGB value is (153,165,131). Sum of RGB (Red+Green+Blue) = 153+165+131=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #99A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A583 is #665A7C. Grayscale: #9D9D9D. Windows color (decimal): -6707837 or 8627609. OLE color: 8627609.
HSL color Cylindrical-coordinate representation of color #99A583: hue angle of 81.18º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A583 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 131 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.35 |
| HSL | 81.18º | 0.16% | 0.58% | - |
| HSV(B) | 81.18º | 0.21% | 0.65% | - |
| XYZ | 30.69 | 35.32 | 26.67 | - |
| YUV | 157.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 131 | 0.07 | 0 | 0.21 | 0.35 | 81.18 | 0.16 | 0.58 |
| Hex | 99 | A5 | 83 | 7 | 0 | 15 | 23 | 51 | 10 | 3A |
| Octal | 231 | 245 | 203 | 7 | 0 | 25 | 43 | 121 | 20 | 72 |
| Binary | 10011001 | 10100101 | 10000011 | 111 | 0 | 10101 | 100011 | 1010001 | 10000 | 111010 |
Color Harmonies of #99A583
Complementary color
Monochromatic Colors of #99A583
Black with #99A583
Text Example
Text Example
White with #99A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A583; }
p { color: rgb(153,165,131); }
H1.HeaderClassName
{
color: #99A583;
}
.AnyTagClassName
{
color: #99A583;
}
</style>
background-color css
<style>
a { background-color: #99A583; }
a { background-color: rgb(153,165,131); }
div.DivClassName
{
background-color: #99A583;
}
.BgClassName
{
background-color: #99A583;
}
</style>
border-color css
<style>
span { border-color: #99A583; }
span { border-color: rgb(153,165,131); }
td.TdClassName
{
border-color: #99A583;
}
.TagClassName
{
border-color: #99A583;
}
</style>