Shades of Cascade #8BA19D
Tints of Cascade #8BA19D
RGB
CMYK
RGB Variations
Color information
#8BA19D (or 0x8BA19D) is known color: Cascade. HEX triplet: 8B, A1 and 9D. RGB value is (139,161,157). Sum of RGB (Red+Green+Blue) = 139+161+157=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA19D is #745E62. Grayscale: #999999. Windows color (decimal): -7626339 or 10330507. OLE color: 10330507.
HSL color Cylindrical-coordinate representation of color #8BA19D: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA19D is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 157 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.37 |
| HSL | 169.09º | 0.1% | 0.59% | - |
| HSV(B) | 169.09º | 0.14% | 0.63% | - |
| XYZ | 29.48 | 33.41 | 36.79 | - |
| YUV | 153.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 157 | 0.14 | 0 | 0.02 | 0.37 | 169.09 | 0.1 | 0.59 |
| Hex | 8B | A1 | 9D | E | 0 | 2 | 25 | A9 | A | 3B |
| Octal | 213 | 241 | 235 | 16 | 0 | 2 | 45 | 251 | 12 | 73 |
| Binary | 10001011 | 10100001 | 10011101 | 1110 | 0 | 10 | 100101 | 10101001 | 1010 | 111011 |
Color Harmonies of #8BA19D
Complementary color
Monochromatic Colors of #8BA19D
Black with #8BA19D
Text Example
Text Example
White with #8BA19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA19D; }
p { color: rgb(139,161,157); }
H1.HeaderClassName
{
color: #8BA19D;
}
.AnyTagClassName
{
color: #8BA19D;
}
</style>
background-color css
<style>
a { background-color: #8BA19D; }
a { background-color: rgb(139,161,157); }
div.DivClassName
{
background-color: #8BA19D;
}
.BgClassName
{
background-color: #8BA19D;
}
</style>
border-color css
<style>
span { border-color: #8BA19D; }
span { border-color: rgb(139,161,157); }
td.TdClassName
{
border-color: #8BA19D;
}
.TagClassName
{
border-color: #8BA19D;
}
</style>