Shades of Cascade #92A49E
Tints of Cascade #92A49E
RGB
CMYK
RGB Variations
Color information
#92A49E (or 0x92A49E) is known color: Cascade. HEX triplet: 92, A4 and 9E. RGB value is (146,164,158). Sum of RGB (Red+Green+Blue) = 146+164+158=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #92A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A49E is #6D5B61. Grayscale: #9D9D9D. Windows color (decimal): -7166818 or 10396818. OLE color: 10396818.
HSL color Cylindrical-coordinate representation of color #92A49E: hue angle of 160º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92A49E is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 164 | 158 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.36 |
| HSL | 160º | 0.09% | 0.61% | - |
| HSV(B) | 160º | 0.11% | 0.64% | - |
| XYZ | 31.3 | 35.13 | 37.48 | - |
| YUV | 157.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 158 | 0.11 | 0 | 0.04 | 0.36 | 160 | 0.09 | 0.61 |
| Hex | 92 | A4 | 9E | B | 0 | 4 | 24 | A0 | 9 | 3D |
| Octal | 222 | 244 | 236 | 13 | 0 | 4 | 44 | 240 | 11 | 75 |
| Binary | 10010010 | 10100100 | 10011110 | 1011 | 0 | 100 | 100100 | 10100000 | 1001 | 111101 |
Color Harmonies of #92A49E
Complementary color
Monochromatic Colors of #92A49E
Black with #92A49E
Text Example
Text Example
White with #92A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A49E; }
p { color: rgb(146,164,158); }
H1.HeaderClassName
{
color: #92A49E;
}
.AnyTagClassName
{
color: #92A49E;
}
</style>
background-color css
<style>
a { background-color: #92A49E; }
a { background-color: rgb(146,164,158); }
div.DivClassName
{
background-color: #92A49E;
}
.BgClassName
{
background-color: #92A49E;
}
</style>
border-color css
<style>
span { border-color: #92A49E; }
span { border-color: rgb(146,164,158); }
td.TdClassName
{
border-color: #92A49E;
}
.TagClassName
{
border-color: #92A49E;
}
</style>