Shades of Cascade #9A9D9C
Tints of Cascade #9A9D9C
RGB
CMYK
RGB Variations
Color information
#9A9D9C (or 0x9A9D9C) is known color: Cascade. HEX triplet: 9A, 9D and 9C. RGB value is (154,157,156). Sum of RGB (Red+Green+Blue) = 154+157+156=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9D9C is #656263. Grayscale: #9B9B9B. Windows color (decimal): -6644324 or 10263962. OLE color: 10263962.
HSL color Cylindrical-coordinate representation of color #9A9D9C: hue angle of 160º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9A9D9C is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 156 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.38 |
| HSL | 160º | 0.02% | 0.61% | - |
| HSV(B) | 160º | 0.02% | 0.62% | - |
| XYZ | 31.38 | 33.38 | 36.24 | - |
| YUV | 155.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 156 | 0.02 | 0 | 0.01 | 0.38 | 160 | 0.02 | 0.61 |
| Hex | 9A | 9D | 9C | 2 | 0 | 1 | 26 | A0 | 2 | 3D |
| Octal | 232 | 235 | 234 | 2 | 0 | 1 | 46 | 240 | 2 | 75 |
| Binary | 10011010 | 10011101 | 10011100 | 10 | 0 | 1 | 100110 | 10100000 | 10 | 111101 |
Color Harmonies of #9A9D9C
Complementary color
Monochromatic Colors of #9A9D9C
Black with #9A9D9C
Text Example
Text Example
White with #9A9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D9C; }
p { color: rgb(154,157,156); }
H1.HeaderClassName
{
color: #9A9D9C;
}
.AnyTagClassName
{
color: #9A9D9C;
}
</style>
background-color css
<style>
a { background-color: #9A9D9C; }
a { background-color: rgb(154,157,156); }
div.DivClassName
{
background-color: #9A9D9C;
}
.BgClassName
{
background-color: #9A9D9C;
}
</style>
border-color css
<style>
span { border-color: #9A9D9C; }
span { border-color: rgb(154,157,156); }
td.TdClassName
{
border-color: #9A9D9C;
}
.TagClassName
{
border-color: #9A9D9C;
}
</style>