Shades of Sage #99A273
Tints of Sage #99A273
RGB
CMYK
RGB Variations
Color information
#99A273 (or 0x99A273) is known color: Sage. HEX triplet: 99, A2 and 73. RGB value is (153,162,115). Sum of RGB (Red+Green+Blue) = 153+162+115=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #99A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A273 is #665D8C. Grayscale: #9A9A9A. Windows color (decimal): -6708621 or 7578265. OLE color: 7578265.
HSL color Cylindrical-coordinate representation of color #99A273: hue angle of 71.49º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A273 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 115 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.36 |
| HSL | 71.49º | 0.2% | 0.54% | - |
| HSV(B) | 71.49º | 0.29% | 0.64% | - |
| XYZ | 29.15 | 33.85 | 21.22 | - |
| YUV | 153.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 115 | 0.06 | 0 | 0.29 | 0.36 | 71.49 | 0.2 | 0.54 |
| Hex | 99 | A2 | 73 | 6 | 0 | 1D | 24 | 47 | 14 | 36 |
| Octal | 231 | 242 | 163 | 6 | 0 | 35 | 44 | 107 | 24 | 66 |
| Binary | 10011001 | 10100010 | 1110011 | 110 | 0 | 11101 | 100100 | 1000111 | 10100 | 110110 |
Color Harmonies of #99A273
Complementary color
Monochromatic Colors of #99A273
Black with #99A273
Text Example
Text Example
White with #99A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A273; }
p { color: rgb(153,162,115); }
H1.HeaderClassName
{
color: #99A273;
}
.AnyTagClassName
{
color: #99A273;
}
</style>
background-color css
<style>
a { background-color: #99A273; }
a { background-color: rgb(153,162,115); }
div.DivClassName
{
background-color: #99A273;
}
.BgClassName
{
background-color: #99A273;
}
</style>
border-color css
<style>
span { border-color: #99A273; }
span { border-color: rgb(153,162,115); }
td.TdClassName
{
border-color: #99A273;
}
.TagClassName
{
border-color: #99A273;
}
</style>