Shades of Chinook #9CCDA5
Tints of Chinook #9CCDA5
RGB
CMYK
RGB Variations
Color information
#9CCDA5 (or 0x9CCDA5) is known color: Chinook. HEX triplet: 9C, CD and A5. RGB value is (156,205,165). Sum of RGB (Red+Green+Blue) = 156+205+165=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCDA5 is #63325A. Grayscale: #B9B9B9. Windows color (decimal): -6500955 or 10866076. OLE color: 10866076.
HSL color Cylindrical-coordinate representation of color #9CCDA5: hue angle of 131.02º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDA5 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 205 | 165 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.20 |
| HSL | 131.02º | 0.33% | 0.71% | - |
| HSV(B) | 131.02º | 0.24% | 0.8% | - |
| XYZ | 42.33 | 53.45 | 43.68 | - |
| YUV | 185.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 205 | 165 | 0.24 | 0 | 0.20 | 0.20 | 131.02 | 0.33 | 0.71 |
| Hex | 9C | CD | A5 | 18 | 0 | 14 | 14 | 83 | 21 | 47 |
| Octal | 234 | 315 | 245 | 30 | 0 | 24 | 24 | 203 | 41 | 107 |
| Binary | 10011100 | 11001101 | 10100101 | 11000 | 0 | 10100 | 10100 | 10000011 | 100001 | 1000111 |
Color Harmonies of #9CCDA5
Complementary color
Monochromatic Colors of #9CCDA5
Black with #9CCDA5
Text Example
Text Example
White with #9CCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCDA5; }
p { color: rgb(156,205,165); }
H1.HeaderClassName
{
color: #9CCDA5;
}
.AnyTagClassName
{
color: #9CCDA5;
}
</style>
background-color css
<style>
a { background-color: #9CCDA5; }
a { background-color: rgb(156,205,165); }
div.DivClassName
{
background-color: #9CCDA5;
}
.BgClassName
{
background-color: #9CCDA5;
}
</style>
border-color css
<style>
span { border-color: #9CCDA5; }
span { border-color: rgb(156,205,165); }
td.TdClassName
{
border-color: #9CCDA5;
}
.TagClassName
{
border-color: #9CCDA5;
}
</style>