Shades of Sage #929C81
Tints of Sage #929C81
RGB
CMYK
RGB Variations
Color information
#929C81 (or 0x929C81) is known color: Sage. HEX triplet: 92, 9C and 81. RGB value is (146,156,129). Sum of RGB (Red+Green+Blue) = 146+156+129=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #929C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929C81 is #6D637E. Grayscale: #969696. Windows color (decimal): -7168895 or 8494226. OLE color: 8494226.
HSL color Cylindrical-coordinate representation of color #929C81: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #929C81 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 156 | 129 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.39 |
| HSL | 82.22º | 0.12% | 0.56% | - |
| HSV(B) | 82.22º | 0.17% | 0.61% | - |
| XYZ | 27.7 | 31.47 | 25.38 | - |
| YUV | 149.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 156 | 129 | 0.06 | 0 | 0.17 | 0.39 | 82.22 | 0.12 | 0.56 |
| Hex | 92 | 9C | 81 | 6 | 0 | 11 | 27 | 52 | C | 38 |
| Octal | 222 | 234 | 201 | 6 | 0 | 21 | 47 | 122 | 14 | 70 |
| Binary | 10010010 | 10011100 | 10000001 | 110 | 0 | 10001 | 100111 | 1010010 | 1100 | 111000 |
Color Harmonies of #929C81
Complementary color
Monochromatic Colors of #929C81
Black with #929C81
Text Example
Text Example
White with #929C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929C81; }
p { color: rgb(146,156,129); }
H1.HeaderClassName
{
color: #929C81;
}
.AnyTagClassName
{
color: #929C81;
}
</style>
background-color css
<style>
a { background-color: #929C81; }
a { background-color: rgb(146,156,129); }
div.DivClassName
{
background-color: #929C81;
}
.BgClassName
{
background-color: #929C81;
}
</style>
border-color css
<style>
span { border-color: #929C81; }
span { border-color: rgb(146,156,129); }
td.TdClassName
{
border-color: #929C81;
}
.TagClassName
{
border-color: #929C81;
}
</style>