Shades of Chinook #9CC2A7
Tints of Chinook #9CC2A7
RGB
CMYK
RGB Variations
Color information
#9CC2A7 (or 0x9CC2A7) is known color: Chinook. HEX triplet: 9C, C2 and A7. RGB value is (156,194,167). Sum of RGB (Red+Green+Blue) = 156+194+167=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC2A7 is #633D58. Grayscale: #B3B3B3. Windows color (decimal): -6503769 or 10994332. OLE color: 10994332.
HSL color Cylindrical-coordinate representation of color #9CC2A7: hue angle of 137.37º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CC2A7 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 167 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.24 |
| HSL | 137.37º | 0.24% | 0.69% | - |
| HSV(B) | 137.37º | 0.2% | 0.76% | - |
| XYZ | 39.98 | 48.44 | 43.8 | - |
| YUV | 179.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 167 | 0.20 | 0 | 0.14 | 0.24 | 137.37 | 0.24 | 0.69 |
| Hex | 9C | C2 | A7 | 14 | 0 | E | 18 | 89 | 18 | 45 |
| Octal | 234 | 302 | 247 | 24 | 0 | 16 | 30 | 211 | 30 | 105 |
| Binary | 10011100 | 11000010 | 10100111 | 10100 | 0 | 1110 | 11000 | 10001001 | 11000 | 1000101 |
Color Harmonies of #9CC2A7
Complementary color
Monochromatic Colors of #9CC2A7
Black with #9CC2A7
Text Example
Text Example
White with #9CC2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC2A7; }
p { color: rgb(156,194,167); }
H1.HeaderClassName
{
color: #9CC2A7;
}
.AnyTagClassName
{
color: #9CC2A7;
}
</style>
background-color css
<style>
a { background-color: #9CC2A7; }
a { background-color: rgb(156,194,167); }
div.DivClassName
{
background-color: #9CC2A7;
}
.BgClassName
{
background-color: #9CC2A7;
}
</style>
border-color css
<style>
span { border-color: #9CC2A7; }
span { border-color: rgb(156,194,167); }
td.TdClassName
{
border-color: #9CC2A7;
}
.TagClassName
{
border-color: #9CC2A7;
}
</style>