Shades of Cascade #8BA49B
Tints of Cascade #8BA49B
RGB
CMYK
RGB Variations
Color information
#8BA49B (or 0x8BA49B) is known color: Cascade. HEX triplet: 8B, A4 and 9B. RGB value is (139,164,155). Sum of RGB (Red+Green+Blue) = 139+164+155=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA49B is #745B64. Grayscale: #9B9B9B. Windows color (decimal): -7625573 or 10200203. OLE color: 10200203.
HSL color Cylindrical-coordinate representation of color #8BA49B: hue angle of 158.4º 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 #8BA49B is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 155 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.36 |
| HSL | 158.4º | 0.12% | 0.59% | - |
| HSV(B) | 158.4º | 0.15% | 0.64% | - |
| XYZ | 29.84 | 34.41 | 36.08 | - |
| YUV | 155.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 155 | 0.15 | 0 | 0.05 | 0.36 | 158.4 | 0.12 | 0.59 |
| Hex | 8B | A4 | 9B | F | 0 | 5 | 24 | 9E | C | 3B |
| Octal | 213 | 244 | 233 | 17 | 0 | 5 | 44 | 236 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10011011 | 1111 | 0 | 101 | 100100 | 10011110 | 1100 | 111011 |
Color Harmonies of #8BA49B
Complementary color
Monochromatic Colors of #8BA49B
Black with #8BA49B
Text Example
Text Example
White with #8BA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA49B; }
p { color: rgb(139,164,155); }
H1.HeaderClassName
{
color: #8BA49B;
}
.AnyTagClassName
{
color: #8BA49B;
}
</style>
background-color css
<style>
a { background-color: #8BA49B; }
a { background-color: rgb(139,164,155); }
div.DivClassName
{
background-color: #8BA49B;
}
.BgClassName
{
background-color: #8BA49B;
}
</style>
border-color css
<style>
span { border-color: #8BA49B; }
span { border-color: rgb(139,164,155); }
td.TdClassName
{
border-color: #8BA49B;
}
.TagClassName
{
border-color: #8BA49B;
}
</style>