Shades of Chinook #9BCBAA
Tints of Chinook #9BCBAA
RGB
CMYK
RGB Variations
Color information
#9BCBAA (or 0x9BCBAA) is known color: Chinook. HEX triplet: 9B, CB and AA. RGB value is (155,203,170). Sum of RGB (Red+Green+Blue) = 155+203+170=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCBAA is #643455. Grayscale: #B8B8B8. Windows color (decimal): -6566998 or 11193243. OLE color: 11193243.
HSL color Cylindrical-coordinate representation of color #9BCBAA: hue angle of 138.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 #9BCBAA is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 170 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.20 |
| HSL | 138.75º | 0.32% | 0.7% | - |
| HSV(B) | 138.75º | 0.24% | 0.8% | - |
| XYZ | 42.13 | 52.58 | 45.96 | - |
| YUV | 184.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 170 | 0.24 | 0 | 0.16 | 0.20 | 138.75 | 0.32 | 0.7 |
| Hex | 9B | CB | AA | 18 | 0 | 10 | 14 | 8B | 20 | 46 |
| Octal | 233 | 313 | 252 | 30 | 0 | 20 | 24 | 213 | 40 | 106 |
| Binary | 10011011 | 11001011 | 10101010 | 11000 | 0 | 10000 | 10100 | 10001011 | 100000 | 1000110 |
Color Harmonies of #9BCBAA
Complementary color
Monochromatic Colors of #9BCBAA
Black with #9BCBAA
Text Example
Text Example
White with #9BCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBAA; }
p { color: rgb(155,203,170); }
H1.HeaderClassName
{
color: #9BCBAA;
}
.AnyTagClassName
{
color: #9BCBAA;
}
</style>
background-color css
<style>
a { background-color: #9BCBAA; }
a { background-color: rgb(155,203,170); }
div.DivClassName
{
background-color: #9BCBAA;
}
.BgClassName
{
background-color: #9BCBAA;
}
</style>
border-color css
<style>
span { border-color: #9BCBAA; }
span { border-color: rgb(155,203,170); }
td.TdClassName
{
border-color: #9BCBAA;
}
.TagClassName
{
border-color: #9BCBAA;
}
</style>