Shades of Cascade #92A09A
Tints of Cascade #92A09A
RGB
CMYK
RGB Variations
Color information
#92A09A (or 0x92A09A) is known color: Cascade. HEX triplet: 92, A0 and 9A. RGB value is (146,160,154). Sum of RGB (Red+Green+Blue) = 146+160+154=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 160 - color contains mainly: green. Hex color #92A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A09A is #6D5F65. Grayscale: #9B9B9B. Windows color (decimal): -7167846 or 10133650. OLE color: 10133650.
HSL color Cylindrical-coordinate representation of color #92A09A: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #92A09A is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 154 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.37 |
| HSL | 154.29º | 0.07% | 0.6% | - |
| HSV(B) | 154.29º | 0.09% | 0.63% | - |
| XYZ | 30.26 | 33.59 | 35.46 | - |
| YUV | 155.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 154 | 0.09 | 0 | 0.04 | 0.37 | 154.29 | 0.07 | 0.6 |
| Hex | 92 | A0 | 9A | 9 | 0 | 4 | 25 | 9A | 7 | 3C |
| Octal | 222 | 240 | 232 | 11 | 0 | 4 | 45 | 232 | 7 | 74 |
| Binary | 10010010 | 10100000 | 10011010 | 1001 | 0 | 100 | 100101 | 10011010 | 111 | 111100 |
Color Harmonies of #92A09A
Complementary color
Monochromatic Colors of #92A09A
Black with #92A09A
Text Example
Text Example
White with #92A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A09A; }
p { color: rgb(146,160,154); }
H1.HeaderClassName
{
color: #92A09A;
}
.AnyTagClassName
{
color: #92A09A;
}
</style>
background-color css
<style>
a { background-color: #92A09A; }
a { background-color: rgb(146,160,154); }
div.DivClassName
{
background-color: #92A09A;
}
.BgClassName
{
background-color: #92A09A;
}
</style>
border-color css
<style>
span { border-color: #92A09A; }
span { border-color: rgb(146,160,154); }
td.TdClassName
{
border-color: #92A09A;
}
.TagClassName
{
border-color: #92A09A;
}
</style>