Shades of Chinook #9BBFA0
Tints of Chinook #9BBFA0
RGB
CMYK
RGB Variations
Color information
#9BBFA0 (or 0x9BBFA0) is known color: Chinook. HEX triplet: 9B, BF and A0. RGB value is (155,191,160). Sum of RGB (Red+Green+Blue) = 155+191+160=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFA0 is #64405F. Grayscale: #B0B0B0. Windows color (decimal): -6570080 or 10534811. OLE color: 10534811.
HSL color Cylindrical-coordinate representation of color #9BBFA0: hue angle of 128.33º degrees, saturation: 0.22, 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 #9BBFA0 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 160 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.25 |
| HSL | 128.33º | 0.22% | 0.68% | - |
| HSV(B) | 128.33º | 0.19% | 0.75% | - |
| XYZ | 38.49 | 46.77 | 40.26 | - |
| YUV | 176.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 160 | 0.19 | 0 | 0.16 | 0.25 | 128.33 | 0.22 | 0.68 |
| Hex | 9B | BF | A0 | 13 | 0 | 10 | 19 | 80 | 16 | 44 |
| Octal | 233 | 277 | 240 | 23 | 0 | 20 | 31 | 200 | 26 | 104 |
| Binary | 10011011 | 10111111 | 10100000 | 10011 | 0 | 10000 | 11001 | 10000000 | 10110 | 1000100 |
Color Harmonies of #9BBFA0
Complementary color
Monochromatic Colors of #9BBFA0
Black with #9BBFA0
Text Example
Text Example
White with #9BBFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFA0; }
p { color: rgb(155,191,160); }
H1.HeaderClassName
{
color: #9BBFA0;
}
.AnyTagClassName
{
color: #9BBFA0;
}
</style>
background-color css
<style>
a { background-color: #9BBFA0; }
a { background-color: rgb(155,191,160); }
div.DivClassName
{
background-color: #9BBFA0;
}
.BgClassName
{
background-color: #9BBFA0;
}
</style>
border-color css
<style>
span { border-color: #9BBFA0; }
span { border-color: rgb(155,191,160); }
td.TdClassName
{
border-color: #9BBFA0;
}
.TagClassName
{
border-color: #9BBFA0;
}
</style>