Shades of Cascade #8BA098
Tints of Cascade #8BA098
RGB
CMYK
RGB Variations
Color information
#8BA098 (or 0x8BA098) is known color: Cascade. HEX triplet: 8B, A0 and 98. RGB value is (139,160,152). Sum of RGB (Red+Green+Blue) = 139+160+152=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA098 is #745F67. Grayscale: #989898. Windows color (decimal): -7626600 or 10002571. OLE color: 10002571.
HSL color Cylindrical-coordinate representation of color #8BA098: hue angle of 157.14º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8BA098 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 152 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.37 |
| HSL | 157.14º | 0.1% | 0.59% | - |
| HSV(B) | 157.14º | 0.13% | 0.63% | - |
| XYZ | 28.89 | 32.9 | 34.53 | - |
| YUV | 152.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 152 | 0.13 | 0 | 0.05 | 0.37 | 157.14 | 0.1 | 0.59 |
| Hex | 8B | A0 | 98 | D | 0 | 5 | 25 | 9D | A | 3B |
| Octal | 213 | 240 | 230 | 15 | 0 | 5 | 45 | 235 | 12 | 73 |
| Binary | 10001011 | 10100000 | 10011000 | 1101 | 0 | 101 | 100101 | 10011101 | 1010 | 111011 |
Color Harmonies of #8BA098
Complementary color
Monochromatic Colors of #8BA098
Black with #8BA098
Text Example
Text Example
White with #8BA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA098; }
p { color: rgb(139,160,152); }
H1.HeaderClassName
{
color: #8BA098;
}
.AnyTagClassName
{
color: #8BA098;
}
</style>
background-color css
<style>
a { background-color: #8BA098; }
a { background-color: rgb(139,160,152); }
div.DivClassName
{
background-color: #8BA098;
}
.BgClassName
{
background-color: #8BA098;
}
</style>
border-color css
<style>
span { border-color: #8BA098; }
span { border-color: rgb(139,160,152); }
td.TdClassName
{
border-color: #8BA098;
}
.TagClassName
{
border-color: #8BA098;
}
</style>