Shades of Chinook #9BCCAA
Tints of Chinook #9BCCAA
RGB
CMYK
RGB Variations
Color information
#9BCCAA (or 0x9BCCAA) is known color: Chinook. HEX triplet: 9B, CC and AA. RGB value is (155,204,170). Sum of RGB (Red+Green+Blue) = 155+204+170=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCCAA is #643355. Grayscale: #B9B9B9. Windows color (decimal): -6566742 or 11193499. OLE color: 11193499.
HSL color Cylindrical-coordinate representation of color #9BCCAA: hue angle of 138.37º 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 #9BCCAA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 170 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.2 |
| HSL | 138.37º | 0.32% | 0.7% | - |
| HSV(B) | 138.37º | 0.24% | 0.8% | - |
| XYZ | 42.37 | 53.06 | 46.04 | - |
| YUV | 185.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 170 | 0.24 | 0 | 0.17 | 0.2 | 138.37 | 0.32 | 0.7 |
| Hex | 9B | CC | AA | 18 | 0 | 11 | 14 | 8A | 20 | 46 |
| Octal | 233 | 314 | 252 | 30 | 0 | 21 | 24 | 212 | 40 | 106 |
| Binary | 10011011 | 11001100 | 10101010 | 11000 | 0 | 10001 | 10100 | 10001010 | 100000 | 1000110 |
Color Harmonies of #9BCCAA
Complementary color
Monochromatic Colors of #9BCCAA
Black with #9BCCAA
Text Example
Text Example
White with #9BCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCAA; }
p { color: rgb(155,204,170); }
H1.HeaderClassName
{
color: #9BCCAA;
}
.AnyTagClassName
{
color: #9BCCAA;
}
</style>
background-color css
<style>
a { background-color: #9BCCAA; }
a { background-color: rgb(155,204,170); }
div.DivClassName
{
background-color: #9BCCAA;
}
.BgClassName
{
background-color: #9BCCAA;
}
</style>
border-color css
<style>
span { border-color: #9BCCAA; }
span { border-color: rgb(155,204,170); }
td.TdClassName
{
border-color: #9BCCAA;
}
.TagClassName
{
border-color: #9BCCAA;
}
</style>