Shades of Chinook #9CCCAB
Tints of Chinook #9CCCAB
RGB
CMYK
RGB Variations
Color information
#9CCCAB (or 0x9CCCAB) is known color: Chinook. HEX triplet: 9C, CC and AB. RGB value is (156,204,171). Sum of RGB (Red+Green+Blue) = 156+204+171=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCAB is #633354. Grayscale: #B9B9B9. Windows color (decimal): -6501205 or 11259036. OLE color: 11259036.
HSL color Cylindrical-coordinate representation of color #9CCCAB: hue angle of 138.75º 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 #9CCCAB is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 171 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.2 |
| HSL | 138.75º | 0.32% | 0.71% | - |
| HSV(B) | 138.75º | 0.24% | 0.8% | - |
| XYZ | 42.65 | 53.19 | 46.55 | - |
| YUV | 185.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 171 | 0.24 | 0 | 0.16 | 0.2 | 138.75 | 0.32 | 0.71 |
| Hex | 9C | CC | AB | 18 | 0 | 10 | 14 | 8B | 20 | 47 |
| Octal | 234 | 314 | 253 | 30 | 0 | 20 | 24 | 213 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10101011 | 11000 | 0 | 10000 | 10100 | 10001011 | 100000 | 1000111 |
Color Harmonies of #9CCCAB
Complementary color
Monochromatic Colors of #9CCCAB
Black with #9CCCAB
Text Example
Text Example
White with #9CCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCAB; }
p { color: rgb(156,204,171); }
H1.HeaderClassName
{
color: #9CCCAB;
}
.AnyTagClassName
{
color: #9CCCAB;
}
</style>
background-color css
<style>
a { background-color: #9CCCAB; }
a { background-color: rgb(156,204,171); }
div.DivClassName
{
background-color: #9CCCAB;
}
.BgClassName
{
background-color: #9CCCAB;
}
</style>
border-color css
<style>
span { border-color: #9CCCAB; }
span { border-color: rgb(156,204,171); }
td.TdClassName
{
border-color: #9CCCAB;
}
.TagClassName
{
border-color: #9CCCAB;
}
</style>