Shades of Cascade #8BA29D
Tints of Cascade #8BA29D
RGB
CMYK
RGB Variations
Color information
#8BA29D (or 0x8BA29D) is known color: Cascade. HEX triplet: 8B, A2 and 9D. RGB value is (139,162,157). Sum of RGB (Red+Green+Blue) = 139+162+157=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA29D is #745D62. Grayscale: #9A9A9A. Windows color (decimal): -7626083 or 10330763. OLE color: 10330763.
HSL color Cylindrical-coordinate representation of color #8BA29D: hue angle of 166.96º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA29D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 157 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.36 |
| HSL | 166.96º | 0.11% | 0.59% | - |
| HSV(B) | 166.96º | 0.14% | 0.64% | - |
| XYZ | 29.65 | 33.76 | 36.85 | - |
| YUV | 154.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 157 | 0.14 | 0 | 0.03 | 0.36 | 166.96 | 0.11 | 0.59 |
| Hex | 8B | A2 | 9D | E | 0 | 3 | 24 | A7 | B | 3B |
| Octal | 213 | 242 | 235 | 16 | 0 | 3 | 44 | 247 | 13 | 73 |
| Binary | 10001011 | 10100010 | 10011101 | 1110 | 0 | 11 | 100100 | 10100111 | 1011 | 111011 |
Color Harmonies of #8BA29D
Complementary color
Monochromatic Colors of #8BA29D
Black with #8BA29D
Text Example
Text Example
White with #8BA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA29D; }
p { color: rgb(139,162,157); }
H1.HeaderClassName
{
color: #8BA29D;
}
.AnyTagClassName
{
color: #8BA29D;
}
</style>
background-color css
<style>
a { background-color: #8BA29D; }
a { background-color: rgb(139,162,157); }
div.DivClassName
{
background-color: #8BA29D;
}
.BgClassName
{
background-color: #8BA29D;
}
</style>
border-color css
<style>
span { border-color: #8BA29D; }
span { border-color: rgb(139,162,157); }
td.TdClassName
{
border-color: #8BA29D;
}
.TagClassName
{
border-color: #8BA29D;
}
</style>