Shades of Chinook #8BD99D
Tints of Chinook #8BD99D
RGB
CMYK
RGB Variations
Color information
#8BD99D (or 0x8BD99D) is known color: Chinook. HEX triplet: 8B, D9 and 9D. RGB value is (139,217,157). Sum of RGB (Red+Green+Blue) = 139+217+157=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD99D is #742662. Grayscale: #BBBBBB. Windows color (decimal): -7612003 or 10344843. OLE color: 10344843.
HSL color Cylindrical-coordinate representation of color #8BD99D: hue angle of 133.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD99D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 217 | 157 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.15 |
| HSL | 133.85º | 0.51% | 0.7% | - |
| HSV(B) | 133.85º | 0.36% | 0.85% | - |
| XYZ | 41.55 | 57.55 | 40.82 | - |
| YUV | 186.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 217 | 157 | 0.36 | 0 | 0.28 | 0.15 | 133.85 | 0.51 | 0.7 |
| Hex | 8B | D9 | 9D | 24 | 0 | 1C | F | 86 | 33 | 46 |
| Octal | 213 | 331 | 235 | 44 | 0 | 34 | 17 | 206 | 63 | 106 |
| Binary | 10001011 | 11011001 | 10011101 | 100100 | 0 | 11100 | 1111 | 10000110 | 110011 | 1000110 |
Color Harmonies of #8BD99D
Complementary color
Monochromatic Colors of #8BD99D
Black with #8BD99D
Text Example
Text Example
White with #8BD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD99D; }
p { color: rgb(139,217,157); }
H1.HeaderClassName
{
color: #8BD99D;
}
.AnyTagClassName
{
color: #8BD99D;
}
</style>
background-color css
<style>
a { background-color: #8BD99D; }
a { background-color: rgb(139,217,157); }
div.DivClassName
{
background-color: #8BD99D;
}
.BgClassName
{
background-color: #8BD99D;
}
</style>
border-color css
<style>
span { border-color: #8BD99D; }
span { border-color: rgb(139,217,157); }
td.TdClassName
{
border-color: #8BD99D;
}
.TagClassName
{
border-color: #8BD99D;
}
</style>