Shades of Sage #92997C
Tints of Sage #92997C
RGB
CMYK
RGB Variations
Color information
#92997C (or 0x92997C) is known color: Sage. HEX triplet: 92, 99 and 7C. RGB value is (146,153,124). Sum of RGB (Red+Green+Blue) = 146+153+124=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #92997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92997C is #6D6683. Grayscale: #939393. Windows color (decimal): -7169668 or 8165778. OLE color: 8165778.
HSL color Cylindrical-coordinate representation of color #92997C: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92997C is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 124 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.4 |
| HSL | 74.48º | 0.12% | 0.54% | - |
| HSV(B) | 74.48º | 0.19% | 0.6% | - |
| XYZ | 26.88 | 30.35 | 23.51 | - |
| YUV | 147.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 124 | 0.05 | 0 | 0.19 | 0.4 | 74.48 | 0.12 | 0.54 |
| Hex | 92 | 99 | 7C | 5 | 0 | 13 | 28 | 4A | C | 36 |
| Octal | 222 | 231 | 174 | 5 | 0 | 23 | 50 | 112 | 14 | 66 |
| Binary | 10010010 | 10011001 | 1111100 | 101 | 0 | 10011 | 101000 | 1001010 | 1100 | 110110 |
Color Harmonies of #92997C
Complementary color
Monochromatic Colors of #92997C
Black with #92997C
Text Example
Text Example
White with #92997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92997C; }
p { color: rgb(146,153,124); }
H1.HeaderClassName
{
color: #92997C;
}
.AnyTagClassName
{
color: #92997C;
}
</style>
background-color css
<style>
a { background-color: #92997C; }
a { background-color: rgb(146,153,124); }
div.DivClassName
{
background-color: #92997C;
}
.BgClassName
{
background-color: #92997C;
}
</style>
border-color css
<style>
span { border-color: #92997C; }
span { border-color: rgb(146,153,124); }
td.TdClassName
{
border-color: #92997C;
}
.TagClassName
{
border-color: #92997C;
}
</style>