Shades of Sage #929E80
Tints of Sage #929E80
RGB
CMYK
RGB Variations
Color information
#929E80 (or 0x929E80) is known color: Sage. HEX triplet: 92, 9E and 80. RGB value is (146,158,128). Sum of RGB (Red+Green+Blue) = 146+158+128=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #929E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E80 is #6D617F. Grayscale: #979797. Windows color (decimal): -7168384 or 8429202. OLE color: 8429202.
HSL color Cylindrical-coordinate representation of color #929E80: hue angle of 84º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #929E80 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 158 | 128 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.38 |
| HSL | 84º | 0.13% | 0.56% | - |
| HSV(B) | 84º | 0.19% | 0.62% | - |
| XYZ | 27.98 | 32.12 | 25.15 | - |
| YUV | 150.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 128 | 0.08 | 0 | 0.19 | 0.38 | 84 | 0.13 | 0.56 |
| Hex | 92 | 9E | 80 | 8 | 0 | 13 | 26 | 54 | D | 38 |
| Octal | 222 | 236 | 200 | 10 | 0 | 23 | 46 | 124 | 15 | 70 |
| Binary | 10010010 | 10011110 | 10000000 | 1000 | 0 | 10011 | 100110 | 1010100 | 1101 | 111000 |
Color Harmonies of #929E80
Complementary color
Monochromatic Colors of #929E80
Black with #929E80
Text Example
Text Example
White with #929E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929E80; }
p { color: rgb(146,158,128); }
H1.HeaderClassName
{
color: #929E80;
}
.AnyTagClassName
{
color: #929E80;
}
</style>
background-color css
<style>
a { background-color: #929E80; }
a { background-color: rgb(146,158,128); }
div.DivClassName
{
background-color: #929E80;
}
.BgClassName
{
background-color: #929E80;
}
</style>
border-color css
<style>
span { border-color: #929E80; }
span { border-color: rgb(146,158,128); }
td.TdClassName
{
border-color: #929E80;
}
.TagClassName
{
border-color: #929E80;
}
</style>