Shades of Chinook #9BC9A0
Tints of Chinook #9BC9A0
RGB
CMYK
RGB Variations
Color information
#9BC9A0 (or 0x9BC9A0) is known color: Chinook. HEX triplet: 9B, C9 and A0. RGB value is (155,201,160). Sum of RGB (Red+Green+Blue) = 155+201+160=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC9A0 is #64365F. Grayscale: #B6B6B6. Windows color (decimal): -6567520 or 10537371. OLE color: 10537371.
HSL color Cylindrical-coordinate representation of color #9BC9A0: hue angle of 126.52º degrees, saturation: 0.3, 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 #9BC9A0 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 160 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.21 |
| HSL | 126.52º | 0.3% | 0.7% | - |
| HSV(B) | 126.52º | 0.23% | 0.79% | - |
| XYZ | 40.75 | 51.28 | 41.01 | - |
| YUV | 182.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 160 | 0.23 | 0 | 0.20 | 0.21 | 126.52 | 0.3 | 0.7 |
| Hex | 9B | C9 | A0 | 17 | 0 | 14 | 15 | 7F | 1E | 46 |
| Octal | 233 | 311 | 240 | 27 | 0 | 24 | 25 | 177 | 36 | 106 |
| Binary | 10011011 | 11001001 | 10100000 | 10111 | 0 | 10100 | 10101 | 1111111 | 11110 | 1000110 |
Color Harmonies of #9BC9A0
Complementary color
Monochromatic Colors of #9BC9A0
Black with #9BC9A0
Text Example
Text Example
White with #9BC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9A0; }
p { color: rgb(155,201,160); }
H1.HeaderClassName
{
color: #9BC9A0;
}
.AnyTagClassName
{
color: #9BC9A0;
}
</style>
background-color css
<style>
a { background-color: #9BC9A0; }
a { background-color: rgb(155,201,160); }
div.DivClassName
{
background-color: #9BC9A0;
}
.BgClassName
{
background-color: #9BC9A0;
}
</style>
border-color css
<style>
span { border-color: #9BC9A0; }
span { border-color: rgb(155,201,160); }
td.TdClassName
{
border-color: #9BC9A0;
}
.TagClassName
{
border-color: #9BC9A0;
}
</style>