Shades of Chinook #9CCA9E
Tints of Chinook #9CCA9E
RGB
CMYK
RGB Variations
Color information
#9CCA9E (or 0x9CCA9E) is known color: Chinook. HEX triplet: 9C, CA and 9E. RGB value is (156,202,158). Sum of RGB (Red+Green+Blue) = 156+202+158=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA9E is #633561. Grayscale: #B7B7B7. Windows color (decimal): -6501730 or 10406556. OLE color: 10406556.
HSL color Cylindrical-coordinate representation of color #9CCA9E: hue angle of 122.61º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCA9E is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 158 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.21 |
| HSL | 122.61º | 0.3% | 0.7% | - |
| HSV(B) | 122.61º | 0.23% | 0.79% | - |
| XYZ | 41 | 51.78 | 40.18 | - |
| YUV | 183.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 158 | 0.23 | 0 | 0.22 | 0.21 | 122.61 | 0.3 | 0.7 |
| Hex | 9C | CA | 9E | 17 | 0 | 16 | 15 | 7B | 1E | 46 |
| Octal | 234 | 312 | 236 | 27 | 0 | 26 | 25 | 173 | 36 | 106 |
| Binary | 10011100 | 11001010 | 10011110 | 10111 | 0 | 10110 | 10101 | 1111011 | 11110 | 1000110 |
Color Harmonies of #9CCA9E
Complementary color
Monochromatic Colors of #9CCA9E
Black with #9CCA9E
Text Example
Text Example
White with #9CCA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCA9E; }
p { color: rgb(156,202,158); }
H1.HeaderClassName
{
color: #9CCA9E;
}
.AnyTagClassName
{
color: #9CCA9E;
}
</style>
background-color css
<style>
a { background-color: #9CCA9E; }
a { background-color: rgb(156,202,158); }
div.DivClassName
{
background-color: #9CCA9E;
}
.BgClassName
{
background-color: #9CCA9E;
}
</style>
border-color css
<style>
span { border-color: #9CCA9E; }
span { border-color: rgb(156,202,158); }
td.TdClassName
{
border-color: #9CCA9E;
}
.TagClassName
{
border-color: #9CCA9E;
}
</style>