Shades of Cascade #8BA99E
Tints of Cascade #8BA99E
RGB
CMYK
RGB Variations
Color information
#8BA99E (or 0x8BA99E) is known color: Cascade. HEX triplet: 8B, A9 and 9E. RGB value is (139,169,158). Sum of RGB (Red+Green+Blue) = 139+169+158=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA99E is #745661. Grayscale: #9E9E9E. Windows color (decimal): -7624290 or 10398091. OLE color: 10398091.
HSL color Cylindrical-coordinate representation of color #8BA99E: hue angle of 158º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BA99E is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 158 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.34 |
| HSL | 158º | 0.15% | 0.6% | - |
| HSV(B) | 158º | 0.18% | 0.66% | - |
| XYZ | 31.01 | 36.33 | 37.73 | - |
| YUV | 158.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 158 | 0.18 | 0 | 0.07 | 0.34 | 158 | 0.15 | 0.6 |
| Hex | 8B | A9 | 9E | 12 | 0 | 7 | 22 | 9E | F | 3C |
| Octal | 213 | 251 | 236 | 22 | 0 | 7 | 42 | 236 | 17 | 74 |
| Binary | 10001011 | 10101001 | 10011110 | 10010 | 0 | 111 | 100010 | 10011110 | 1111 | 111100 |
Color Harmonies of #8BA99E
Complementary color
Monochromatic Colors of #8BA99E
Black with #8BA99E
Text Example
Text Example
White with #8BA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA99E; }
p { color: rgb(139,169,158); }
H1.HeaderClassName
{
color: #8BA99E;
}
.AnyTagClassName
{
color: #8BA99E;
}
</style>
background-color css
<style>
a { background-color: #8BA99E; }
a { background-color: rgb(139,169,158); }
div.DivClassName
{
background-color: #8BA99E;
}
.BgClassName
{
background-color: #8BA99E;
}
</style>
border-color css
<style>
span { border-color: #8BA99E; }
span { border-color: rgb(139,169,158); }
td.TdClassName
{
border-color: #8BA99E;
}
.TagClassName
{
border-color: #8BA99E;
}
</style>