Shades of Cascade #8BA398
Tints of Cascade #8BA398
RGB
CMYK
RGB Variations
Color information
#8BA398 (or 0x8BA398) is known color: Cascade. HEX triplet: 8B, A3 and 98. RGB value is (139,163,152). Sum of RGB (Red+Green+Blue) = 139+163+152=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA398 is #745C67. Grayscale: #9A9A9A. Windows color (decimal): -7625832 or 10003339. OLE color: 10003339.
HSL color Cylindrical-coordinate representation of color #8BA398: hue angle of 152.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA398 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 152 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.36 |
| HSL | 152.5º | 0.12% | 0.59% | - |
| HSV(B) | 152.5º | 0.15% | 0.64% | - |
| XYZ | 29.41 | 33.95 | 34.71 | - |
| YUV | 154.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 152 | 0.15 | 0 | 0.07 | 0.36 | 152.5 | 0.12 | 0.59 |
| Hex | 8B | A3 | 98 | F | 0 | 7 | 24 | 98 | C | 3B |
| Octal | 213 | 243 | 230 | 17 | 0 | 7 | 44 | 230 | 14 | 73 |
| Binary | 10001011 | 10100011 | 10011000 | 1111 | 0 | 111 | 100100 | 10011000 | 1100 | 111011 |
Color Harmonies of #8BA398
Complementary color
Monochromatic Colors of #8BA398
Black with #8BA398
Text Example
Text Example
White with #8BA398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA398; }
p { color: rgb(139,163,152); }
H1.HeaderClassName
{
color: #8BA398;
}
.AnyTagClassName
{
color: #8BA398;
}
</style>
background-color css
<style>
a { background-color: #8BA398; }
a { background-color: rgb(139,163,152); }
div.DivClassName
{
background-color: #8BA398;
}
.BgClassName
{
background-color: #8BA398;
}
</style>
border-color css
<style>
span { border-color: #8BA398; }
span { border-color: rgb(139,163,152); }
td.TdClassName
{
border-color: #8BA398;
}
.TagClassName
{
border-color: #8BA398;
}
</style>