Shades of Chinook #9BC0A0
Tints of Chinook #9BC0A0
RGB
CMYK
RGB Variations
Color information
#9BC0A0 (or 0x9BC0A0) is known color: Chinook. HEX triplet: 9B, C0 and A0. RGB value is (155,192,160). Sum of RGB (Red+Green+Blue) = 155+192+160=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC0A0 is #643F5F. Grayscale: #B1B1B1. Windows color (decimal): -6569824 or 10535067. OLE color: 10535067.
HSL color Cylindrical-coordinate representation of color #9BC0A0: hue angle of 128.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BC0A0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 160 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.25 |
| HSL | 128.11º | 0.23% | 0.68% | - |
| HSV(B) | 128.11º | 0.19% | 0.75% | - |
| XYZ | 38.71 | 47.21 | 40.33 | - |
| YUV | 177.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 160 | 0.19 | 0 | 0.17 | 0.25 | 128.11 | 0.23 | 0.68 |
| Hex | 9B | C0 | A0 | 13 | 0 | 11 | 19 | 80 | 17 | 44 |
| Octal | 233 | 300 | 240 | 23 | 0 | 21 | 31 | 200 | 27 | 104 |
| Binary | 10011011 | 11000000 | 10100000 | 10011 | 0 | 10001 | 11001 | 10000000 | 10111 | 1000100 |
Color Harmonies of #9BC0A0
Complementary color
Monochromatic Colors of #9BC0A0
Black with #9BC0A0
Text Example
Text Example
White with #9BC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC0A0; }
p { color: rgb(155,192,160); }
H1.HeaderClassName
{
color: #9BC0A0;
}
.AnyTagClassName
{
color: #9BC0A0;
}
</style>
background-color css
<style>
a { background-color: #9BC0A0; }
a { background-color: rgb(155,192,160); }
div.DivClassName
{
background-color: #9BC0A0;
}
.BgClassName
{
background-color: #9BC0A0;
}
</style>
border-color css
<style>
span { border-color: #9BC0A0; }
span { border-color: rgb(155,192,160); }
td.TdClassName
{
border-color: #9BC0A0;
}
.TagClassName
{
border-color: #9BC0A0;
}
</style>