Shades of Cascade #8BA89D
Tints of Cascade #8BA89D
RGB
CMYK
RGB Variations
Color information
#8BA89D (or 0x8BA89D) is known color: Cascade. HEX triplet: 8B, A8 and 9D. RGB value is (139,168,157). Sum of RGB (Red+Green+Blue) = 139+168+157=464 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.96% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA89D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA89D is #745762. Grayscale: #9E9E9E. Windows color (decimal): -7624547 or 10332299. OLE color: 10332299.
HSL color Cylindrical-coordinate representation of color #8BA89D: hue angle of 157.24º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA89D is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 168 | 157 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.34 |
| HSL | 157.24º | 0.14% | 0.6% | - |
| HSV(B) | 157.24º | 0.17% | 0.66% | - |
| XYZ | 30.74 | 35.93 | 37.21 | - |
| YUV | 158.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 157 | 0.17 | 0 | 0.07 | 0.34 | 157.24 | 0.14 | 0.6 |
| Hex | 8B | A8 | 9D | 11 | 0 | 7 | 22 | 9D | E | 3C |
| Octal | 213 | 250 | 235 | 21 | 0 | 7 | 42 | 235 | 16 | 74 |
| Binary | 10001011 | 10101000 | 10011101 | 10001 | 0 | 111 | 100010 | 10011101 | 1110 | 111100 |
Color Harmonies of #8BA89D
Complementary color
Monochromatic Colors of #8BA89D
Black with #8BA89D
Text Example
Text Example
White with #8BA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA89D; }
p { color: rgb(139,168,157); }
H1.HeaderClassName
{
color: #8BA89D;
}
.AnyTagClassName
{
color: #8BA89D;
}
</style>
background-color css
<style>
a { background-color: #8BA89D; }
a { background-color: rgb(139,168,157); }
div.DivClassName
{
background-color: #8BA89D;
}
.BgClassName
{
background-color: #8BA89D;
}
</style>
border-color css
<style>
span { border-color: #8BA89D; }
span { border-color: rgb(139,168,157); }
td.TdClassName
{
border-color: #8BA89D;
}
.TagClassName
{
border-color: #8BA89D;
}
</style>