Shades of Cascade #8BA399
Tints of Cascade #8BA399
RGB
CMYK
RGB Variations
Color information
#8BA399 (or 0x8BA399) is known color: Cascade. HEX triplet: 8B, A3 and 99. RGB value is (139,163,153). Sum of RGB (Red+Green+Blue) = 139+163+153=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA399 is #745C66. Grayscale: #9A9A9A. Windows color (decimal): -7625831 or 10068875. OLE color: 10068875.
HSL color Cylindrical-coordinate representation of color #8BA399: hue angle of 155º 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 #8BA399 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 153 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.36 |
| HSL | 155º | 0.12% | 0.59% | - |
| HSV(B) | 155º | 0.15% | 0.64% | - |
| XYZ | 29.49 | 33.98 | 35.14 | - |
| YUV | 154.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 153 | 0.15 | 0 | 0.06 | 0.36 | 155 | 0.12 | 0.59 |
| Hex | 8B | A3 | 99 | F | 0 | 6 | 24 | 9B | C | 3B |
| Octal | 213 | 243 | 231 | 17 | 0 | 6 | 44 | 233 | 14 | 73 |
| Binary | 10001011 | 10100011 | 10011001 | 1111 | 0 | 110 | 100100 | 10011011 | 1100 | 111011 |
Color Harmonies of #8BA399
Complementary color
Monochromatic Colors of #8BA399
Black with #8BA399
Text Example
Text Example
White with #8BA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA399; }
p { color: rgb(139,163,153); }
H1.HeaderClassName
{
color: #8BA399;
}
.AnyTagClassName
{
color: #8BA399;
}
</style>
background-color css
<style>
a { background-color: #8BA399; }
a { background-color: rgb(139,163,153); }
div.DivClassName
{
background-color: #8BA399;
}
.BgClassName
{
background-color: #8BA399;
}
</style>
border-color css
<style>
span { border-color: #8BA399; }
span { border-color: rgb(139,163,153); }
td.TdClassName
{
border-color: #8BA399;
}
.TagClassName
{
border-color: #8BA399;
}
</style>