Shades of Chinook #9DCCA7
Tints of Chinook #9DCCA7
RGB
CMYK
RGB Variations
Color information
#9DCCA7 (or 0x9DCCA7) is known color: Chinook. HEX triplet: 9D, CC and A7. RGB value is (157,204,167). Sum of RGB (Red+Green+Blue) = 157+204+167=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCA7 is #623358. Grayscale: #B9B9B9. Windows color (decimal): -6435673 or 10996893. OLE color: 10996893.
HSL color Cylindrical-coordinate representation of color #9DCCA7: hue angle of 132.77º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCA7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 167 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.2 |
| HSL | 132.77º | 0.32% | 0.71% | - |
| HSV(B) | 132.77º | 0.23% | 0.8% | - |
| XYZ | 42.47 | 53.14 | 44.58 | - |
| YUV | 185.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 167 | 0.23 | 0 | 0.18 | 0.2 | 132.77 | 0.32 | 0.71 |
| Hex | 9D | CC | A7 | 17 | 0 | 12 | 14 | 85 | 20 | 47 |
| Octal | 235 | 314 | 247 | 27 | 0 | 22 | 24 | 205 | 40 | 107 |
| Binary | 10011101 | 11001100 | 10100111 | 10111 | 0 | 10010 | 10100 | 10000101 | 100000 | 1000111 |
Color Harmonies of #9DCCA7
Complementary color
Monochromatic Colors of #9DCCA7
Black with #9DCCA7
Text Example
Text Example
White with #9DCCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCA7; }
p { color: rgb(157,204,167); }
H1.HeaderClassName
{
color: #9DCCA7;
}
.AnyTagClassName
{
color: #9DCCA7;
}
</style>
background-color css
<style>
a { background-color: #9DCCA7; }
a { background-color: rgb(157,204,167); }
div.DivClassName
{
background-color: #9DCCA7;
}
.BgClassName
{
background-color: #9DCCA7;
}
</style>
border-color css
<style>
span { border-color: #9DCCA7; }
span { border-color: rgb(157,204,167); }
td.TdClassName
{
border-color: #9DCCA7;
}
.TagClassName
{
border-color: #9DCCA7;
}
</style>