Shades of Chinook #9CCBA6
Tints of Chinook #9CCBA6
RGB
CMYK
RGB Variations
Color information
#9CCBA6 (or 0x9CCBA6) is known color: Chinook. HEX triplet: 9C, CB and A6. RGB value is (156,203,166). Sum of RGB (Red+Green+Blue) = 156+203+166=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBA6 is #633459. Grayscale: #B8B8B8. Windows color (decimal): -6501466 or 10931100. OLE color: 10931100.
HSL color Cylindrical-coordinate representation of color #9CCBA6: hue angle of 132.77º 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 #9CCBA6 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 166 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.20 |
| HSL | 132.77º | 0.31% | 0.7% | - |
| HSV(B) | 132.77º | 0.23% | 0.8% | - |
| XYZ | 41.95 | 52.53 | 44.01 | - |
| YUV | 184.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 166 | 0.23 | 0 | 0.18 | 0.20 | 132.77 | 0.31 | 0.7 |
| Hex | 9C | CB | A6 | 17 | 0 | 12 | 14 | 85 | 1F | 46 |
| Octal | 234 | 313 | 246 | 27 | 0 | 22 | 24 | 205 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10100110 | 10111 | 0 | 10010 | 10100 | 10000101 | 11111 | 1000110 |
Color Harmonies of #9CCBA6
Complementary color
Monochromatic Colors of #9CCBA6
Black with #9CCBA6
Text Example
Text Example
White with #9CCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBA6; }
p { color: rgb(156,203,166); }
H1.HeaderClassName
{
color: #9CCBA6;
}
.AnyTagClassName
{
color: #9CCBA6;
}
</style>
background-color css
<style>
a { background-color: #9CCBA6; }
a { background-color: rgb(156,203,166); }
div.DivClassName
{
background-color: #9CCBA6;
}
.BgClassName
{
background-color: #9CCBA6;
}
</style>
border-color css
<style>
span { border-color: #9CCBA6; }
span { border-color: rgb(156,203,166); }
td.TdClassName
{
border-color: #9CCBA6;
}
.TagClassName
{
border-color: #9CCBA6;
}
</style>