Shades of Chinook #9CCD9E
Tints of Chinook #9CCD9E
RGB
CMYK
RGB Variations
Color information
#9CCD9E (or 0x9CCD9E) is known color: Chinook. HEX triplet: 9C, CD and 9E. RGB value is (156,205,158). Sum of RGB (Red+Green+Blue) = 156+205+158=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCD9E is #633261. Grayscale: #B9B9B9. Windows color (decimal): -6500962 or 10407324. OLE color: 10407324.
HSL color Cylindrical-coordinate representation of color #9CCD9E: hue angle of 122.45º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCD9E is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 158 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.20 |
| HSL | 122.45º | 0.33% | 0.71% | - |
| HSV(B) | 122.45º | 0.24% | 0.8% | - |
| XYZ | 41.71 | 53.2 | 40.42 | - |
| YUV | 184.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 158 | 0.24 | 0 | 0.23 | 0.20 | 122.45 | 0.33 | 0.71 |
| Hex | 9C | CD | 9E | 18 | 0 | 17 | 14 | 7A | 21 | 47 |
| Octal | 234 | 315 | 236 | 30 | 0 | 27 | 24 | 172 | 41 | 107 |
| Binary | 10011100 | 11001101 | 10011110 | 11000 | 0 | 10111 | 10100 | 1111010 | 100001 | 1000111 |
Color Harmonies of #9CCD9E
Complementary color
Monochromatic Colors of #9CCD9E
Black with #9CCD9E
Text Example
Text Example
White with #9CCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCD9E; }
p { color: rgb(156,205,158); }
H1.HeaderClassName
{
color: #9CCD9E;
}
.AnyTagClassName
{
color: #9CCD9E;
}
</style>
background-color css
<style>
a { background-color: #9CCD9E; }
a { background-color: rgb(156,205,158); }
div.DivClassName
{
background-color: #9CCD9E;
}
.BgClassName
{
background-color: #9CCD9E;
}
</style>
border-color css
<style>
span { border-color: #9CCD9E; }
span { border-color: rgb(156,205,158); }
td.TdClassName
{
border-color: #9CCD9E;
}
.TagClassName
{
border-color: #9CCD9E;
}
</style>