Shades of Cascade #949A98
Tints of Cascade #949A98
RGB
CMYK
RGB Variations
Color information
#949A98 (or 0x949A98) is known color: Cascade. HEX triplet: 94, 9A and 98. RGB value is (148,154,152). Sum of RGB (Red+Green+Blue) = 148+154+152=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 154 - color contains mainly: green. Hex color #949A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A98 is #6B6567. Grayscale: #979797. Windows color (decimal): -7038312 or 10001044. OLE color: 10001044.
HSL color Cylindrical-coordinate representation of color #949A98: hue angle of 160º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #949A98 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 154 | 152 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.40 |
| HSL | 160º | 0.03% | 0.59% | - |
| HSV(B) | 160º | 0.04% | 0.6% | - |
| XYZ | 29.44 | 31.67 | 34.27 | - |
| YUV | 151.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 152 | 0.04 | 0 | 0.01 | 0.40 | 160 | 0.03 | 0.59 |
| Hex | 94 | 9A | 98 | 4 | 0 | 1 | 28 | A0 | 3 | 3B |
| Octal | 224 | 232 | 230 | 4 | 0 | 1 | 50 | 240 | 3 | 73 |
| Binary | 10010100 | 10011010 | 10011000 | 100 | 0 | 1 | 101000 | 10100000 | 11 | 111011 |
Color Harmonies of #949A98
Complementary color
Monochromatic Colors of #949A98
Black with #949A98
Text Example
Text Example
White with #949A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A98; }
p { color: rgb(148,154,152); }
H1.HeaderClassName
{
color: #949A98;
}
.AnyTagClassName
{
color: #949A98;
}
</style>
background-color css
<style>
a { background-color: #949A98; }
a { background-color: rgb(148,154,152); }
div.DivClassName
{
background-color: #949A98;
}
.BgClassName
{
background-color: #949A98;
}
</style>
border-color css
<style>
span { border-color: #949A98; }
span { border-color: rgb(148,154,152); }
td.TdClassName
{
border-color: #949A98;
}
.TagClassName
{
border-color: #949A98;
}
</style>