Shades of Sage #949984
Tints of Sage #949984
RGB
CMYK
RGB Variations
Color information
#949984 (or 0x949984) is known color: Sage. HEX triplet: 94, 99 and 84. RGB value is (148,153,132). Sum of RGB (Red+Green+Blue) = 148+153+132=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #949984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949984 is #6B667B. Grayscale: #959595. Windows color (decimal): -7038588 or 8690068. OLE color: 8690068.
HSL color Cylindrical-coordinate representation of color #949984: hue angle of 74.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949984 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 153 | 132 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.4 |
| HSL | 74.29º | 0.09% | 0.56% | - |
| HSV(B) | 74.29º | 0.14% | 0.6% | - |
| XYZ | 27.77 | 30.74 | 26.3 | - |
| YUV | 149.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 132 | 0.03 | 0 | 0.14 | 0.4 | 74.29 | 0.09 | 0.56 |
| Hex | 94 | 99 | 84 | 3 | 0 | E | 28 | 4A | 9 | 38 |
| Octal | 224 | 231 | 204 | 3 | 0 | 16 | 50 | 112 | 11 | 70 |
| Binary | 10010100 | 10011001 | 10000100 | 11 | 0 | 1110 | 101000 | 1001010 | 1001 | 111000 |
Color Harmonies of #949984
Complementary color
Monochromatic Colors of #949984
Black with #949984
Text Example
Text Example
White with #949984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949984; }
p { color: rgb(148,153,132); }
H1.HeaderClassName
{
color: #949984;
}
.AnyTagClassName
{
color: #949984;
}
</style>
background-color css
<style>
a { background-color: #949984; }
a { background-color: rgb(148,153,132); }
div.DivClassName
{
background-color: #949984;
}
.BgClassName
{
background-color: #949984;
}
</style>
border-color css
<style>
span { border-color: #949984; }
span { border-color: rgb(148,153,132); }
td.TdClassName
{
border-color: #949984;
}
.TagClassName
{
border-color: #949984;
}
</style>