Shades of Chinook #9BCBA6
Tints of Chinook #9BCBA6
RGB
CMYK
RGB Variations
Color information
#9BCBA6 (or 0x9BCBA6) is known color: Chinook. HEX triplet: 9B, CB and A6. RGB value is (155,203,166). Sum of RGB (Red+Green+Blue) = 155+203+166=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBA6 is #643459. Grayscale: #B8B8B8. Windows color (decimal): -6567002 or 10931099. OLE color: 10931099.
HSL color Cylindrical-coordinate representation of color #9BCBA6: hue angle of 133.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCBA6 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 166 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.20 |
| HSL | 133.75º | 0.32% | 0.7% | - |
| HSV(B) | 133.75º | 0.24% | 0.8% | - |
| XYZ | 41.76 | 52.43 | 44 | - |
| YUV | 184.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 166 | 0.24 | 0 | 0.18 | 0.20 | 133.75 | 0.32 | 0.7 |
| Hex | 9B | CB | A6 | 18 | 0 | 12 | 14 | 86 | 20 | 46 |
| Octal | 233 | 313 | 246 | 30 | 0 | 22 | 24 | 206 | 40 | 106 |
| Binary | 10011011 | 11001011 | 10100110 | 11000 | 0 | 10010 | 10100 | 10000110 | 100000 | 1000110 |
Color Harmonies of #9BCBA6
Complementary color
Monochromatic Colors of #9BCBA6
Black with #9BCBA6
Text Example
Text Example
White with #9BCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBA6; }
p { color: rgb(155,203,166); }
H1.HeaderClassName
{
color: #9BCBA6;
}
.AnyTagClassName
{
color: #9BCBA6;
}
</style>
background-color css
<style>
a { background-color: #9BCBA6; }
a { background-color: rgb(155,203,166); }
div.DivClassName
{
background-color: #9BCBA6;
}
.BgClassName
{
background-color: #9BCBA6;
}
</style>
border-color css
<style>
span { border-color: #9BCBA6; }
span { border-color: rgb(155,203,166); }
td.TdClassName
{
border-color: #9BCBA6;
}
.TagClassName
{
border-color: #9BCBA6;
}
</style>