Shades of Cascade #8BA299
Tints of Cascade #8BA299
RGB
CMYK
RGB Variations
Color information
#8BA299 (or 0x8BA299) is known color: Cascade. HEX triplet: 8B, A2 and 99. RGB value is (139,162,153). Sum of RGB (Red+Green+Blue) = 139+162+153=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA299 is #745D66. Grayscale: #9A9A9A. Windows color (decimal): -7626087 or 10068619. OLE color: 10068619.
HSL color Cylindrical-coordinate representation of color #8BA299: hue angle of 156.52º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA299 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 153 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.36 |
| HSL | 156.52º | 0.11% | 0.59% | - |
| HSV(B) | 156.52º | 0.14% | 0.64% | - |
| XYZ | 29.32 | 33.63 | 35.08 | - |
| YUV | 154.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 153 | 0.14 | 0 | 0.06 | 0.36 | 156.52 | 0.11 | 0.59 |
| Hex | 8B | A2 | 99 | E | 0 | 6 | 24 | 9D | B | 3B |
| Octal | 213 | 242 | 231 | 16 | 0 | 6 | 44 | 235 | 13 | 73 |
| Binary | 10001011 | 10100010 | 10011001 | 1110 | 0 | 110 | 100100 | 10011101 | 1011 | 111011 |
Color Harmonies of #8BA299
Complementary color
Monochromatic Colors of #8BA299
Black with #8BA299
Text Example
Text Example
White with #8BA299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA299; }
p { color: rgb(139,162,153); }
H1.HeaderClassName
{
color: #8BA299;
}
.AnyTagClassName
{
color: #8BA299;
}
</style>
background-color css
<style>
a { background-color: #8BA299; }
a { background-color: rgb(139,162,153); }
div.DivClassName
{
background-color: #8BA299;
}
.BgClassName
{
background-color: #8BA299;
}
</style>
border-color css
<style>
span { border-color: #8BA299; }
span { border-color: rgb(139,162,153); }
td.TdClassName
{
border-color: #8BA299;
}
.TagClassName
{
border-color: #8BA299;
}
</style>