Shades of Chinook #8BDC9B
Tints of Chinook #8BDC9B
RGB
CMYK
RGB Variations
Color information
#8BDC9B (or 0x8BDC9B) is known color: Chinook. HEX triplet: 8B, DC and 9B. RGB value is (139,220,155). Sum of RGB (Red+Green+Blue) = 139+220+155=514 (68% of max value = 765). Red value is 139 (54.69% from 255 or 27.04% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC9B is #742364. Grayscale: #BCBCBC. Windows color (decimal): -7611237 or 10214539. OLE color: 10214539.
HSL color Cylindrical-coordinate representation of color #8BDC9B: hue angle of 131.85º degrees, saturation: 0.54, 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 #8BDC9B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 155 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.14 |
| HSL | 131.85º | 0.54% | 0.7% | - |
| HSV(B) | 131.85º | 0.37% | 0.86% | - |
| XYZ | 42.16 | 59.04 | 40.18 | - |
| YUV | 188.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 155 | 0.37 | 0 | 0.30 | 0.14 | 131.85 | 0.54 | 0.7 |
| Hex | 8B | DC | 9B | 25 | 0 | 1E | E | 84 | 36 | 46 |
| Octal | 213 | 334 | 233 | 45 | 0 | 36 | 16 | 204 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10011011 | 100101 | 0 | 11110 | 1110 | 10000100 | 110110 | 1000110 |
Color Harmonies of #8BDC9B
Complementary color
Monochromatic Colors of #8BDC9B
Black with #8BDC9B
Text Example
Text Example
White with #8BDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC9B; }
p { color: rgb(139,220,155); }
H1.HeaderClassName
{
color: #8BDC9B;
}
.AnyTagClassName
{
color: #8BDC9B;
}
</style>
background-color css
<style>
a { background-color: #8BDC9B; }
a { background-color: rgb(139,220,155); }
div.DivClassName
{
background-color: #8BDC9B;
}
.BgClassName
{
background-color: #8BDC9B;
}
</style>
border-color css
<style>
span { border-color: #8BDC9B; }
span { border-color: rgb(139,220,155); }
td.TdClassName
{
border-color: #8BDC9B;
}
.TagClassName
{
border-color: #8BDC9B;
}
</style>