Shades of Sage #92A27B
Tints of Sage #92A27B
RGB
CMYK
RGB Variations
Color information
#92A27B (or 0x92A27B) is known color: Sage. HEX triplet: 92, A2 and 7B. RGB value is (146,162,123). Sum of RGB (Red+Green+Blue) = 146+162+123=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #92A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A27B is #6D5D84. Grayscale: #989898. Windows color (decimal): -7167365 or 8102546. OLE color: 8102546.
HSL color Cylindrical-coordinate representation of color #92A27B: hue angle of 84.62º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92A27B is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 123 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.36 |
| HSL | 84.62º | 0.17% | 0.56% | - |
| HSV(B) | 84.62º | 0.24% | 0.64% | - |
| XYZ | 28.35 | 33.38 | 23.69 | - |
| YUV | 152.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 123 | 0.10 | 0 | 0.24 | 0.36 | 84.62 | 0.17 | 0.56 |
| Hex | 92 | A2 | 7B | A | 0 | 18 | 24 | 55 | 11 | 38 |
| Octal | 222 | 242 | 173 | 12 | 0 | 30 | 44 | 125 | 21 | 70 |
| Binary | 10010010 | 10100010 | 1111011 | 1010 | 0 | 11000 | 100100 | 1010101 | 10001 | 111000 |
Color Harmonies of #92A27B
Complementary color
Monochromatic Colors of #92A27B
Black with #92A27B
Text Example
Text Example
White with #92A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A27B; }
p { color: rgb(146,162,123); }
H1.HeaderClassName
{
color: #92A27B;
}
.AnyTagClassName
{
color: #92A27B;
}
</style>
background-color css
<style>
a { background-color: #92A27B; }
a { background-color: rgb(146,162,123); }
div.DivClassName
{
background-color: #92A27B;
}
.BgClassName
{
background-color: #92A27B;
}
</style>
border-color css
<style>
span { border-color: #92A27B; }
span { border-color: rgb(146,162,123); }
td.TdClassName
{
border-color: #92A27B;
}
.TagClassName
{
border-color: #92A27B;
}
</style>