Shades of Sage #99A683
Tints of Sage #99A683
RGB
CMYK
RGB Variations
Color information
#99A683 (or 0x99A683) is known color: Sage. HEX triplet: 99, A6 and 83. RGB value is (153,166,131). Sum of RGB (Red+Green+Blue) = 153+166+131=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 166 - color contains mainly: green. Hex color #99A683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A683 is #66597C. Grayscale: #9E9E9E. Windows color (decimal): -6707581 or 8627865. OLE color: 8627865.
HSL color Cylindrical-coordinate representation of color #99A683: hue angle of 82.29º 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 #99A683 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 131 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.35 |
| HSL | 82.29º | 0.16% | 0.58% | - |
| HSV(B) | 82.29º | 0.21% | 0.65% | - |
| XYZ | 30.87 | 35.68 | 26.73 | - |
| YUV | 158.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 131 | 0.08 | 0 | 0.21 | 0.35 | 82.29 | 0.16 | 0.58 |
| Hex | 99 | A6 | 83 | 8 | 0 | 15 | 23 | 52 | 10 | 3A |
| Octal | 231 | 246 | 203 | 10 | 0 | 25 | 43 | 122 | 20 | 72 |
| Binary | 10011001 | 10100110 | 10000011 | 1000 | 0 | 10101 | 100011 | 1010010 | 10000 | 111010 |
Color Harmonies of #99A683
Complementary color
Monochromatic Colors of #99A683
Black with #99A683
Text Example
Text Example
White with #99A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A683; }
p { color: rgb(153,166,131); }
H1.HeaderClassName
{
color: #99A683;
}
.AnyTagClassName
{
color: #99A683;
}
</style>
background-color css
<style>
a { background-color: #99A683; }
a { background-color: rgb(153,166,131); }
div.DivClassName
{
background-color: #99A683;
}
.BgClassName
{
background-color: #99A683;
}
</style>
border-color css
<style>
span { border-color: #99A683; }
span { border-color: rgb(153,166,131); }
td.TdClassName
{
border-color: #99A683;
}
.TagClassName
{
border-color: #99A683;
}
</style>