Shades of Chinook #9CCCA1
Tints of Chinook #9CCCA1
RGB
CMYK
RGB Variations
Color information
#9CCCA1 (or 0x9CCCA1) is known color: Chinook. HEX triplet: 9C, CC and A1. RGB value is (156,204,161). Sum of RGB (Red+Green+Blue) = 156+204+161=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCA1 is #63335E. Grayscale: #B8B8B8. Windows color (decimal): -6501215 or 10603676. OLE color: 10603676.
HSL color Cylindrical-coordinate representation of color #9CCCA1: hue angle of 126.25º degrees, saturation: 0.32, 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 #9CCCA1 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 161 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.2 |
| HSL | 126.25º | 0.32% | 0.71% | - |
| HSV(B) | 126.25º | 0.24% | 0.8% | - |
| XYZ | 41.74 | 52.83 | 41.72 | - |
| YUV | 184.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 161 | 0.24 | 0 | 0.21 | 0.2 | 126.25 | 0.32 | 0.71 |
| Hex | 9C | CC | A1 | 18 | 0 | 15 | 14 | 7E | 20 | 47 |
| Octal | 234 | 314 | 241 | 30 | 0 | 25 | 24 | 176 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10100001 | 11000 | 0 | 10101 | 10100 | 1111110 | 100000 | 1000111 |
Color Harmonies of #9CCCA1
Complementary color
Monochromatic Colors of #9CCCA1
Black with #9CCCA1
Text Example
Text Example
White with #9CCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCA1; }
p { color: rgb(156,204,161); }
H1.HeaderClassName
{
color: #9CCCA1;
}
.AnyTagClassName
{
color: #9CCCA1;
}
</style>
background-color css
<style>
a { background-color: #9CCCA1; }
a { background-color: rgb(156,204,161); }
div.DivClassName
{
background-color: #9CCCA1;
}
.BgClassName
{
background-color: #9CCCA1;
}
</style>
border-color css
<style>
span { border-color: #9CCCA1; }
span { border-color: rgb(156,204,161); }
td.TdClassName
{
border-color: #9CCCA1;
}
.TagClassName
{
border-color: #9CCCA1;
}
</style>