Shades of Chinook #8BDC9A
Tints of Chinook #8BDC9A
RGB
CMYK
RGB Variations
Color information
#8BDC9A (or 0x8BDC9A) is known color: Chinook. HEX triplet: 8B, DC and 9A. RGB value is (139,220,154). Sum of RGB (Red+Green+Blue) = 139+220+154=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC9A is #742365. Grayscale: #BCBCBC. Windows color (decimal): -7611238 or 10149003. OLE color: 10149003.
HSL color Cylindrical-coordinate representation of color #8BDC9A: hue angle of 131.11º 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 #8BDC9A is Cyan = 0.37, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 154 | - |
| CMYK | 0.37 | 0 | 0.3 | 0.14 |
| HSL | 131.11º | 0.54% | 0.7% | - |
| HSV(B) | 131.11º | 0.37% | 0.86% | - |
| XYZ | 42.07 | 59.01 | 39.74 | - |
| YUV | 188.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 154 | 0.37 | 0 | 0.3 | 0.14 | 131.11 | 0.54 | 0.7 |
| Hex | 8B | DC | 9A | 25 | 0 | 1E | E | 83 | 36 | 46 |
| Octal | 213 | 334 | 232 | 45 | 0 | 36 | 16 | 203 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10011010 | 100101 | 0 | 11110 | 1110 | 10000011 | 110110 | 1000110 |
Color Harmonies of #8BDC9A
Complementary color
Monochromatic Colors of #8BDC9A
Black with #8BDC9A
Text Example
Text Example
White with #8BDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDC9A; }
p { color: rgb(139,220,154); }
H1.HeaderClassName
{
color: #8BDC9A;
}
.AnyTagClassName
{
color: #8BDC9A;
}
</style>
background-color css
<style>
a { background-color: #8BDC9A; }
a { background-color: rgb(139,220,154); }
div.DivClassName
{
background-color: #8BDC9A;
}
.BgClassName
{
background-color: #8BDC9A;
}
</style>
border-color css
<style>
span { border-color: #8BDC9A; }
span { border-color: rgb(139,220,154); }
td.TdClassName
{
border-color: #8BDC9A;
}
.TagClassName
{
border-color: #8BDC9A;
}
</style>