Shades of Chinook #9DCAA6
Tints of Chinook #9DCAA6
RGB
CMYK
RGB Variations
Color information
#9DCAA6 (or 0x9DCAA6) is known color: Chinook. HEX triplet: 9D, CA and A6. RGB value is (157,202,166). Sum of RGB (Red+Green+Blue) = 157+202+166=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAA6 is #623559. Grayscale: #B8B8B8. Windows color (decimal): -6436186 or 10930845. OLE color: 10930845.
HSL color Cylindrical-coordinate representation of color #9DCAA6: hue angle of 132º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAA6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 166 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.21 |
| HSL | 132º | 0.3% | 0.7% | - |
| HSV(B) | 132º | 0.22% | 0.79% | - |
| XYZ | 41.91 | 52.16 | 43.94 | - |
| YUV | 184.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 166 | 0.22 | 0 | 0.18 | 0.21 | 132 | 0.3 | 0.7 |
| Hex | 9D | CA | A6 | 16 | 0 | 12 | 15 | 84 | 1E | 46 |
| Octal | 235 | 312 | 246 | 26 | 0 | 22 | 25 | 204 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10100110 | 10110 | 0 | 10010 | 10101 | 10000100 | 11110 | 1000110 |
Color Harmonies of #9DCAA6
Complementary color
Monochromatic Colors of #9DCAA6
Black with #9DCAA6
Text Example
Text Example
White with #9DCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAA6; }
p { color: rgb(157,202,166); }
H1.HeaderClassName
{
color: #9DCAA6;
}
.AnyTagClassName
{
color: #9DCAA6;
}
</style>
background-color css
<style>
a { background-color: #9DCAA6; }
a { background-color: rgb(157,202,166); }
div.DivClassName
{
background-color: #9DCAA6;
}
.BgClassName
{
background-color: #9DCAA6;
}
</style>
border-color css
<style>
span { border-color: #9DCAA6; }
span { border-color: rgb(157,202,166); }
td.TdClassName
{
border-color: #9DCAA6;
}
.TagClassName
{
border-color: #9DCAA6;
}
</style>