Shades of Sage #929982
Tints of Sage #929982
RGB
CMYK
RGB Variations
Color information
#929982 (or 0x929982) is known color: Sage. HEX triplet: 92, 99 and 82. RGB value is (146,153,130). Sum of RGB (Red+Green+Blue) = 146+153+130=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #929982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929982 is #6D667D. Grayscale: #949494. Windows color (decimal): -7169662 or 8558994. OLE color: 8558994.
HSL color Cylindrical-coordinate representation of color #929982: hue angle of 78.26º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #929982 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 130 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.4 |
| HSL | 78.26º | 0.1% | 0.55% | - |
| HSV(B) | 78.26º | 0.15% | 0.6% | - |
| XYZ | 27.27 | 30.51 | 25.57 | - |
| YUV | 148.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 130 | 0.05 | 0 | 0.15 | 0.4 | 78.26 | 0.1 | 0.55 |
| Hex | 92 | 99 | 82 | 5 | 0 | F | 28 | 4E | A | 37 |
| Octal | 222 | 231 | 202 | 5 | 0 | 17 | 50 | 116 | 12 | 67 |
| Binary | 10010010 | 10011001 | 10000010 | 101 | 0 | 1111 | 101000 | 1001110 | 1010 | 110111 |
Color Harmonies of #929982
Complementary color
Monochromatic Colors of #929982
Black with #929982
Text Example
Text Example
White with #929982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929982; }
p { color: rgb(146,153,130); }
H1.HeaderClassName
{
color: #929982;
}
.AnyTagClassName
{
color: #929982;
}
</style>
background-color css
<style>
a { background-color: #929982; }
a { background-color: rgb(146,153,130); }
div.DivClassName
{
background-color: #929982;
}
.BgClassName
{
background-color: #929982;
}
</style>
border-color css
<style>
span { border-color: #929982; }
span { border-color: rgb(146,153,130); }
td.TdClassName
{
border-color: #929982;
}
.TagClassName
{
border-color: #929982;
}
</style>