Shades of Chinook #9DCCA1
Tints of Chinook #9DCCA1
RGB
CMYK
RGB Variations
Color information
#9DCCA1 (or 0x9DCCA1) is known color: Chinook. HEX triplet: 9D, CC and A1. RGB value is (157,204,161). Sum of RGB (Red+Green+Blue) = 157+204+161=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCCA1 is #62335E. Grayscale: #B9B9B9. Windows color (decimal): -6435679 or 10603677. OLE color: 10603677.
HSL color Cylindrical-coordinate representation of color #9DCCA1: hue angle of 125.11º 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 #9DCCA1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 161 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.2 |
| HSL | 125.11º | 0.32% | 0.71% | - |
| HSV(B) | 125.11º | 0.23% | 0.8% | - |
| XYZ | 41.93 | 52.93 | 41.72 | - |
| YUV | 185.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 161 | 0.23 | 0 | 0.21 | 0.2 | 125.11 | 0.32 | 0.71 |
| Hex | 9D | CC | A1 | 17 | 0 | 15 | 14 | 7D | 20 | 47 |
| Octal | 235 | 314 | 241 | 27 | 0 | 25 | 24 | 175 | 40 | 107 |
| Binary | 10011101 | 11001100 | 10100001 | 10111 | 0 | 10101 | 10100 | 1111101 | 100000 | 1000111 |
Color Harmonies of #9DCCA1
Complementary color
Monochromatic Colors of #9DCCA1
Black with #9DCCA1
Text Example
Text Example
White with #9DCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCCA1; }
p { color: rgb(157,204,161); }
H1.HeaderClassName
{
color: #9DCCA1;
}
.AnyTagClassName
{
color: #9DCCA1;
}
</style>
background-color css
<style>
a { background-color: #9DCCA1; }
a { background-color: rgb(157,204,161); }
div.DivClassName
{
background-color: #9DCCA1;
}
.BgClassName
{
background-color: #9DCCA1;
}
</style>
border-color css
<style>
span { border-color: #9DCCA1; }
span { border-color: rgb(157,204,161); }
td.TdClassName
{
border-color: #9DCCA1;
}
.TagClassName
{
border-color: #9DCCA1;
}
</style>