Shades of Chinook #9CCAA0
Tints of Chinook #9CCAA0
RGB
CMYK
RGB Variations
Color information
#9CCAA0 (or 0x9CCAA0) is known color: Chinook. HEX triplet: 9C, CA and A0. RGB value is (156,202,160). Sum of RGB (Red+Green+Blue) = 156+202+160=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAA0 is #63355F. Grayscale: #B7B7B7. Windows color (decimal): -6501728 or 10537628. OLE color: 10537628.
HSL color Cylindrical-coordinate representation of color #9CCAA0: hue angle of 125.22º 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 #9CCAA0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 160 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.21 |
| HSL | 125.22º | 0.3% | 0.7% | - |
| HSV(B) | 125.22º | 0.23% | 0.79% | - |
| XYZ | 41.18 | 51.85 | 41.09 | - |
| YUV | 183.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 160 | 0.23 | 0 | 0.21 | 0.21 | 125.22 | 0.3 | 0.7 |
| Hex | 9C | CA | A0 | 17 | 0 | 15 | 15 | 7D | 1E | 46 |
| Octal | 234 | 312 | 240 | 27 | 0 | 25 | 25 | 175 | 36 | 106 |
| Binary | 10011100 | 11001010 | 10100000 | 10111 | 0 | 10101 | 10101 | 1111101 | 11110 | 1000110 |
Color Harmonies of #9CCAA0
Complementary color
Monochromatic Colors of #9CCAA0
Black with #9CCAA0
Text Example
Text Example
White with #9CCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCAA0; }
p { color: rgb(156,202,160); }
H1.HeaderClassName
{
color: #9CCAA0;
}
.AnyTagClassName
{
color: #9CCAA0;
}
</style>
background-color css
<style>
a { background-color: #9CCAA0; }
a { background-color: rgb(156,202,160); }
div.DivClassName
{
background-color: #9CCAA0;
}
.BgClassName
{
background-color: #9CCAA0;
}
</style>
border-color css
<style>
span { border-color: #9CCAA0; }
span { border-color: rgb(156,202,160); }
td.TdClassName
{
border-color: #9CCAA0;
}
.TagClassName
{
border-color: #9CCAA0;
}
</style>