Shades of Sage #92A173
Tints of Sage #92A173
RGB
CMYK
RGB Variations
Color information
#92A173 (or 0x92A173) is known color: Sage. HEX triplet: 92, A1 and 73. RGB value is (146,161,115). Sum of RGB (Red+Green+Blue) = 146+161+115=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 161 - color contains mainly: green. Hex color #92A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A173 is #6D5E8C. Grayscale: #979797. Windows color (decimal): -7167629 or 7578002. OLE color: 7578002.
HSL color Cylindrical-coordinate representation of color #92A173: hue angle of 79.57º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A173 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 161 | 115 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.37 |
| HSL | 79.57º | 0.2% | 0.54% | - |
| HSV(B) | 79.57º | 0.29% | 0.63% | - |
| XYZ | 27.69 | 32.84 | 21.1 | - |
| YUV | 151.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 115 | 0.09 | 0 | 0.29 | 0.37 | 79.57 | 0.2 | 0.54 |
| Hex | 92 | A1 | 73 | 9 | 0 | 1D | 25 | 50 | 14 | 36 |
| Octal | 222 | 241 | 163 | 11 | 0 | 35 | 45 | 120 | 24 | 66 |
| Binary | 10010010 | 10100001 | 1110011 | 1001 | 0 | 11101 | 100101 | 1010000 | 10100 | 110110 |
Color Harmonies of #92A173
Complementary color
Monochromatic Colors of #92A173
Black with #92A173
Text Example
Text Example
White with #92A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A173; }
p { color: rgb(146,161,115); }
H1.HeaderClassName
{
color: #92A173;
}
.AnyTagClassName
{
color: #92A173;
}
</style>
background-color css
<style>
a { background-color: #92A173; }
a { background-color: rgb(146,161,115); }
div.DivClassName
{
background-color: #92A173;
}
.BgClassName
{
background-color: #92A173;
}
</style>
border-color css
<style>
span { border-color: #92A173; }
span { border-color: rgb(146,161,115); }
td.TdClassName
{
border-color: #92A173;
}
.TagClassName
{
border-color: #92A173;
}
</style>