Shades of Chinook #9DCAA3
Tints of Chinook #9DCAA3
RGB
CMYK
RGB Variations
Color information
#9DCAA3 (or 0x9DCAA3) is known color: Chinook. HEX triplet: 9D, CA and A3. RGB value is (157,202,163). Sum of RGB (Red+Green+Blue) = 157+202+163=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAA3 is #62355C. Grayscale: #B8B8B8. Windows color (decimal): -6436189 or 10734237. OLE color: 10734237.
HSL color Cylindrical-coordinate representation of color #9DCAA3: hue angle of 128º 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 #9DCAA3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 163 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.21 |
| HSL | 128º | 0.3% | 0.7% | - |
| HSV(B) | 128º | 0.22% | 0.79% | - |
| XYZ | 41.64 | 52.05 | 42.5 | - |
| YUV | 184.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 163 | 0.22 | 0 | 0.19 | 0.21 | 128 | 0.3 | 0.7 |
| Hex | 9D | CA | A3 | 16 | 0 | 13 | 15 | 80 | 1E | 46 |
| Octal | 235 | 312 | 243 | 26 | 0 | 23 | 25 | 200 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10100011 | 10110 | 0 | 10011 | 10101 | 10000000 | 11110 | 1000110 |
Color Harmonies of #9DCAA3
Complementary color
Monochromatic Colors of #9DCAA3
Black with #9DCAA3
Text Example
Text Example
White with #9DCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAA3; }
p { color: rgb(157,202,163); }
H1.HeaderClassName
{
color: #9DCAA3;
}
.AnyTagClassName
{
color: #9DCAA3;
}
</style>
background-color css
<style>
a { background-color: #9DCAA3; }
a { background-color: rgb(157,202,163); }
div.DivClassName
{
background-color: #9DCAA3;
}
.BgClassName
{
background-color: #9DCAA3;
}
</style>
border-color css
<style>
span { border-color: #9DCAA3; }
span { border-color: rgb(157,202,163); }
td.TdClassName
{
border-color: #9DCAA3;
}
.TagClassName
{
border-color: #9DCAA3;
}
</style>