Shades of Chinook #9BCBA9
Tints of Chinook #9BCBA9
RGB
CMYK
RGB Variations
Color information
#9BCBA9 (or 0x9BCBA9) is known color: Chinook. HEX triplet: 9B, CB and A9. RGB value is (155,203,169). Sum of RGB (Red+Green+Blue) = 155+203+169=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBA9 is #643456. Grayscale: #B8B8B8. Windows color (decimal): -6566999 or 11127707. OLE color: 11127707.
HSL color Cylindrical-coordinate representation of color #9BCBA9: hue angle of 137.5º 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 #9BCBA9 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 169 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.20 |
| HSL | 137.5º | 0.32% | 0.7% | - |
| HSV(B) | 137.5º | 0.24% | 0.8% | - |
| XYZ | 42.03 | 52.55 | 45.46 | - |
| YUV | 184.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 169 | 0.24 | 0 | 0.17 | 0.20 | 137.5 | 0.32 | 0.7 |
| Hex | 9B | CB | A9 | 18 | 0 | 11 | 14 | 8A | 20 | 46 |
| Octal | 233 | 313 | 251 | 30 | 0 | 21 | 24 | 212 | 40 | 106 |
| Binary | 10011011 | 11001011 | 10101001 | 11000 | 0 | 10001 | 10100 | 10001010 | 100000 | 1000110 |
Color Harmonies of #9BCBA9
Complementary color
Monochromatic Colors of #9BCBA9
Black with #9BCBA9
Text Example
Text Example
White with #9BCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBA9; }
p { color: rgb(155,203,169); }
H1.HeaderClassName
{
color: #9BCBA9;
}
.AnyTagClassName
{
color: #9BCBA9;
}
</style>
background-color css
<style>
a { background-color: #9BCBA9; }
a { background-color: rgb(155,203,169); }
div.DivClassName
{
background-color: #9BCBA9;
}
.BgClassName
{
background-color: #9BCBA9;
}
</style>
border-color css
<style>
span { border-color: #9BCBA9; }
span { border-color: rgb(155,203,169); }
td.TdClassName
{
border-color: #9BCBA9;
}
.TagClassName
{
border-color: #9BCBA9;
}
</style>