Shades of Cascade #8BA298
Tints of Cascade #8BA298
RGB
CMYK
RGB Variations
Color information
#8BA298 (or 0x8BA298) is known color: Cascade. HEX triplet: 8B, A2 and 98. RGB value is (139,162,152). Sum of RGB (Red+Green+Blue) = 139+162+152=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA298 is #745D67. Grayscale: #9A9A9A. Windows color (decimal): -7626088 or 10003083. OLE color: 10003083.
HSL color Cylindrical-coordinate representation of color #8BA298: hue angle of 153.91º 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 #8BA298 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 152 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.36 |
| HSL | 153.91º | 0.11% | 0.59% | - |
| HSV(B) | 153.91º | 0.14% | 0.64% | - |
| XYZ | 29.24 | 33.6 | 34.65 | - |
| YUV | 153.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 152 | 0.14 | 0 | 0.06 | 0.36 | 153.91 | 0.11 | 0.59 |
| Hex | 8B | A2 | 98 | E | 0 | 6 | 24 | 9A | B | 3B |
| Octal | 213 | 242 | 230 | 16 | 0 | 6 | 44 | 232 | 13 | 73 |
| Binary | 10001011 | 10100010 | 10011000 | 1110 | 0 | 110 | 100100 | 10011010 | 1011 | 111011 |
Color Harmonies of #8BA298
Complementary color
Monochromatic Colors of #8BA298
Black with #8BA298
Text Example
Text Example
White with #8BA298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA298; }
p { color: rgb(139,162,152); }
H1.HeaderClassName
{
color: #8BA298;
}
.AnyTagClassName
{
color: #8BA298;
}
</style>
background-color css
<style>
a { background-color: #8BA298; }
a { background-color: rgb(139,162,152); }
div.DivClassName
{
background-color: #8BA298;
}
.BgClassName
{
background-color: #8BA298;
}
</style>
border-color css
<style>
span { border-color: #8BA298; }
span { border-color: rgb(139,162,152); }
td.TdClassName
{
border-color: #8BA298;
}
.TagClassName
{
border-color: #8BA298;
}
</style>