Shades of Sage #929684
Tints of Sage #929684
RGB
CMYK
RGB Variations
Color information
#929684 (or 0x929684) is known color: Sage. HEX triplet: 92, 96 and 84. RGB value is (146,150,132). Sum of RGB (Red+Green+Blue) = 146+150+132=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #929684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929684 is #6D697B. Grayscale: #929292. Windows color (decimal): -7170428 or 8689298. OLE color: 8689298.
HSL color Cylindrical-coordinate representation of color #929684: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #929684 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 132 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.41 |
| HSL | 73.33º | 0.08% | 0.55% | - |
| HSV(B) | 73.33º | 0.12% | 0.59% | - |
| XYZ | 26.93 | 29.59 | 26.12 | - |
| YUV | 146.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 132 | 0.03 | 0 | 0.12 | 0.41 | 73.33 | 0.08 | 0.55 |
| Hex | 92 | 96 | 84 | 3 | 0 | C | 29 | 49 | 8 | 37 |
| Octal | 222 | 226 | 204 | 3 | 0 | 14 | 51 | 111 | 10 | 67 |
| Binary | 10010010 | 10010110 | 10000100 | 11 | 0 | 1100 | 101001 | 1001001 | 1000 | 110111 |
Color Harmonies of #929684
Complementary color
Monochromatic Colors of #929684
Black with #929684
Text Example
Text Example
White with #929684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929684; }
p { color: rgb(146,150,132); }
H1.HeaderClassName
{
color: #929684;
}
.AnyTagClassName
{
color: #929684;
}
</style>
background-color css
<style>
a { background-color: #929684; }
a { background-color: rgb(146,150,132); }
div.DivClassName
{
background-color: #929684;
}
.BgClassName
{
background-color: #929684;
}
</style>
border-color css
<style>
span { border-color: #929684; }
span { border-color: rgb(146,150,132); }
td.TdClassName
{
border-color: #929684;
}
.TagClassName
{
border-color: #929684;
}
</style>