Shades of Chinook #9CCBA1
Tints of Chinook #9CCBA1
RGB
CMYK
RGB Variations
Color information
#9CCBA1 (or 0x9CCBA1) is known color: Chinook. HEX triplet: 9C, CB and A1. RGB value is (156,203,161). Sum of RGB (Red+Green+Blue) = 156+203+161=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBA1 is #63345E. Grayscale: #B8B8B8. Windows color (decimal): -6501471 or 10603420. OLE color: 10603420.
HSL color Cylindrical-coordinate representation of color #9CCBA1: hue angle of 126.38º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCBA1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 161 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.20 |
| HSL | 126.38º | 0.31% | 0.7% | - |
| HSV(B) | 126.38º | 0.23% | 0.8% | - |
| XYZ | 41.5 | 52.35 | 41.64 | - |
| YUV | 184.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 161 | 0.23 | 0 | 0.21 | 0.20 | 126.38 | 0.31 | 0.7 |
| Hex | 9C | CB | A1 | 17 | 0 | 15 | 14 | 7E | 1F | 46 |
| Octal | 234 | 313 | 241 | 27 | 0 | 25 | 24 | 176 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10100001 | 10111 | 0 | 10101 | 10100 | 1111110 | 11111 | 1000110 |
Color Harmonies of #9CCBA1
Complementary color
Monochromatic Colors of #9CCBA1
Black with #9CCBA1
Text Example
Text Example
White with #9CCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBA1; }
p { color: rgb(156,203,161); }
H1.HeaderClassName
{
color: #9CCBA1;
}
.AnyTagClassName
{
color: #9CCBA1;
}
</style>
background-color css
<style>
a { background-color: #9CCBA1; }
a { background-color: rgb(156,203,161); }
div.DivClassName
{
background-color: #9CCBA1;
}
.BgClassName
{
background-color: #9CCBA1;
}
</style>
border-color css
<style>
span { border-color: #9CCBA1; }
span { border-color: rgb(156,203,161); }
td.TdClassName
{
border-color: #9CCBA1;
}
.TagClassName
{
border-color: #9CCBA1;
}
</style>