Shades of Chinook #8BDB9E
Tints of Chinook #8BDB9E
RGB
CMYK
RGB Variations
Color information
#8BDB9E (or 0x8BDB9E) is known color: Chinook. HEX triplet: 8B, DB and 9E. RGB value is (139,219,158). Sum of RGB (Red+Green+Blue) = 139+219+158=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDB9E is #742461. Grayscale: #BCBCBC. Windows color (decimal): -7611490 or 10410891. OLE color: 10410891.
HSL color Cylindrical-coordinate representation of color #8BDB9E: hue angle of 134.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDB9E is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 158 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.14 |
| HSL | 134.25º | 0.53% | 0.7% | - |
| HSV(B) | 134.25º | 0.37% | 0.86% | - |
| XYZ | 42.15 | 58.62 | 41.44 | - |
| YUV | 188.13 | 111 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 158 | 0.37 | 0 | 0.28 | 0.14 | 134.25 | 0.53 | 0.7 |
| Hex | 8B | DB | 9E | 25 | 0 | 1C | E | 86 | 35 | 46 |
| Octal | 213 | 333 | 236 | 45 | 0 | 34 | 16 | 206 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10011110 | 100101 | 0 | 11100 | 1110 | 10000110 | 110101 | 1000110 |
Color Harmonies of #8BDB9E
Complementary color
Monochromatic Colors of #8BDB9E
Black with #8BDB9E
Text Example
Text Example
White with #8BDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB9E; }
p { color: rgb(139,219,158); }
H1.HeaderClassName
{
color: #8BDB9E;
}
.AnyTagClassName
{
color: #8BDB9E;
}
</style>
background-color css
<style>
a { background-color: #8BDB9E; }
a { background-color: rgb(139,219,158); }
div.DivClassName
{
background-color: #8BDB9E;
}
.BgClassName
{
background-color: #8BDB9E;
}
</style>
border-color css
<style>
span { border-color: #8BDB9E; }
span { border-color: rgb(139,219,158); }
td.TdClassName
{
border-color: #8BDB9E;
}
.TagClassName
{
border-color: #8BDB9E;
}
</style>