Shades of Chinook #9CCAA2
Tints of Chinook #9CCAA2
RGB
CMYK
RGB Variations
Color information
#9CCAA2 (or 0x9CCAA2) is known color: Chinook. HEX triplet: 9C, CA and A2. RGB value is (156,202,162). Sum of RGB (Red+Green+Blue) = 156+202+162=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAA2 is #63355D. Grayscale: #B7B7B7. Windows color (decimal): -6501726 or 10668700. OLE color: 10668700.
HSL color Cylindrical-coordinate representation of color #9CCAA2: hue angle of 127.83º 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 #9CCAA2 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 162 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.21 |
| HSL | 127.83º | 0.3% | 0.7% | - |
| HSV(B) | 127.83º | 0.23% | 0.79% | - |
| XYZ | 41.35 | 51.92 | 42.02 | - |
| YUV | 183.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 162 | 0.23 | 0 | 0.20 | 0.21 | 127.83 | 0.3 | 0.7 |
| Hex | 9C | CA | A2 | 17 | 0 | 14 | 15 | 80 | 1E | 46 |
| Octal | 234 | 312 | 242 | 27 | 0 | 24 | 25 | 200 | 36 | 106 |
| Binary | 10011100 | 11001010 | 10100010 | 10111 | 0 | 10100 | 10101 | 10000000 | 11110 | 1000110 |
Color Harmonies of #9CCAA2
Complementary color
Monochromatic Colors of #9CCAA2
Black with #9CCAA2
Text Example
Text Example
White with #9CCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCAA2; }
p { color: rgb(156,202,162); }
H1.HeaderClassName
{
color: #9CCAA2;
}
.AnyTagClassName
{
color: #9CCAA2;
}
</style>
background-color css
<style>
a { background-color: #9CCAA2; }
a { background-color: rgb(156,202,162); }
div.DivClassName
{
background-color: #9CCAA2;
}
.BgClassName
{
background-color: #9CCAA2;
}
</style>
border-color css
<style>
span { border-color: #9CCAA2; }
span { border-color: rgb(156,202,162); }
td.TdClassName
{
border-color: #9CCAA2;
}
.TagClassName
{
border-color: #9CCAA2;
}
</style>