Shades of Chinook #9CCBAA
Tints of Chinook #9CCBAA
RGB
CMYK
RGB Variations
Color information
#9CCBAA (or 0x9CCBAA) is known color: Chinook. HEX triplet: 9C, CB and AA. RGB value is (156,203,170). Sum of RGB (Red+Green+Blue) = 156+203+170=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBAA is #633455. Grayscale: #B9B9B9. Windows color (decimal): -6501462 or 11193244. OLE color: 11193244.
HSL color Cylindrical-coordinate representation of color #9CCBAA: hue angle of 137.87º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBAA is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 170 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.20 |
| HSL | 137.87º | 0.31% | 0.7% | - |
| HSV(B) | 137.87º | 0.23% | 0.8% | - |
| XYZ | 42.32 | 52.68 | 45.97 | - |
| YUV | 185.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 170 | 0.23 | 0 | 0.16 | 0.20 | 137.87 | 0.31 | 0.7 |
| Hex | 9C | CB | AA | 17 | 0 | 10 | 14 | 8A | 1F | 46 |
| Octal | 234 | 313 | 252 | 27 | 0 | 20 | 24 | 212 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10101010 | 10111 | 0 | 10000 | 10100 | 10001010 | 11111 | 1000110 |
Color Harmonies of #9CCBAA
Complementary color
Monochromatic Colors of #9CCBAA
Black with #9CCBAA
Text Example
Text Example
White with #9CCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBAA; }
p { color: rgb(156,203,170); }
H1.HeaderClassName
{
color: #9CCBAA;
}
.AnyTagClassName
{
color: #9CCBAA;
}
</style>
background-color css
<style>
a { background-color: #9CCBAA; }
a { background-color: rgb(156,203,170); }
div.DivClassName
{
background-color: #9CCBAA;
}
.BgClassName
{
background-color: #9CCBAA;
}
</style>
border-color css
<style>
span { border-color: #9CCBAA; }
span { border-color: rgb(156,203,170); }
td.TdClassName
{
border-color: #9CCBAA;
}
.TagClassName
{
border-color: #9CCBAA;
}
</style>