Shades of Chinook #9BCAA0
Tints of Chinook #9BCAA0
RGB
CMYK
RGB Variations
Color information
#9BCAA0 (or 0x9BCAA0) is known color: Chinook. HEX triplet: 9B, CA and A0. RGB value is (155,202,160). Sum of RGB (Red+Green+Blue) = 155+202+160=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAA0 is #64355F. Grayscale: #B7B7B7. Windows color (decimal): -6567264 or 10537627. OLE color: 10537627.
HSL color Cylindrical-coordinate representation of color #9BCAA0: hue angle of 126.38º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAA0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 160 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.21 |
| HSL | 126.38º | 0.31% | 0.7% | - |
| HSV(B) | 126.38º | 0.23% | 0.79% | - |
| XYZ | 40.98 | 51.75 | 41.09 | - |
| YUV | 183.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 160 | 0.23 | 0 | 0.21 | 0.21 | 126.38 | 0.31 | 0.7 |
| Hex | 9B | CA | A0 | 17 | 0 | 15 | 15 | 7E | 1F | 46 |
| Octal | 233 | 312 | 240 | 27 | 0 | 25 | 25 | 176 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10100000 | 10111 | 0 | 10101 | 10101 | 1111110 | 11111 | 1000110 |
Color Harmonies of #9BCAA0
Complementary color
Monochromatic Colors of #9BCAA0
Black with #9BCAA0
Text Example
Text Example
White with #9BCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAA0; }
p { color: rgb(155,202,160); }
H1.HeaderClassName
{
color: #9BCAA0;
}
.AnyTagClassName
{
color: #9BCAA0;
}
</style>
background-color css
<style>
a { background-color: #9BCAA0; }
a { background-color: rgb(155,202,160); }
div.DivClassName
{
background-color: #9BCAA0;
}
.BgClassName
{
background-color: #9BCAA0;
}
</style>
border-color css
<style>
span { border-color: #9BCAA0; }
span { border-color: rgb(155,202,160); }
td.TdClassName
{
border-color: #9BCAA0;
}
.TagClassName
{
border-color: #9BCAA0;
}
</style>