Shades of Cascade #8BA49C
Tints of Cascade #8BA49C
RGB
CMYK
RGB Variations
Color information
#8BA49C (or 0x8BA49C) is known color: Cascade. HEX triplet: 8B, A4 and 9C. RGB value is (139,164,156). Sum of RGB (Red+Green+Blue) = 139+164+156=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA49C is #745B63. Grayscale: #9B9B9B. Windows color (decimal): -7625572 or 10265739. OLE color: 10265739.
HSL color Cylindrical-coordinate representation of color #8BA49C: hue angle of 160.8º 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 #8BA49C is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 156 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.36 |
| HSL | 160.8º | 0.12% | 0.59% | - |
| HSV(B) | 160.8º | 0.15% | 0.64% | - |
| XYZ | 29.92 | 34.44 | 36.52 | - |
| YUV | 155.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 156 | 0.15 | 0 | 0.05 | 0.36 | 160.8 | 0.12 | 0.59 |
| Hex | 8B | A4 | 9C | F | 0 | 5 | 24 | A1 | C | 3B |
| Octal | 213 | 244 | 234 | 17 | 0 | 5 | 44 | 241 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10011100 | 1111 | 0 | 101 | 100100 | 10100001 | 1100 | 111011 |
Color Harmonies of #8BA49C
Complementary color
Monochromatic Colors of #8BA49C
Black with #8BA49C
Text Example
Text Example
White with #8BA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA49C; }
p { color: rgb(139,164,156); }
H1.HeaderClassName
{
color: #8BA49C;
}
.AnyTagClassName
{
color: #8BA49C;
}
</style>
background-color css
<style>
a { background-color: #8BA49C; }
a { background-color: rgb(139,164,156); }
div.DivClassName
{
background-color: #8BA49C;
}
.BgClassName
{
background-color: #8BA49C;
}
</style>
border-color css
<style>
span { border-color: #8BA49C; }
span { border-color: rgb(139,164,156); }
td.TdClassName
{
border-color: #8BA49C;
}
.TagClassName
{
border-color: #8BA49C;
}
</style>