Shades of Chinook #9BDCA7
Tints of Chinook #9BDCA7
RGB
CMYK
RGB Variations
Color information
#9BDCA7 (or 0x9BDCA7) is known color: Chinook. HEX triplet: 9B, DC and A7. RGB value is (155,220,167). Sum of RGB (Red+Green+Blue) = 155+220+167=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCA7 is #642358. Grayscale: #C2C2C2. Windows color (decimal): -6562649 or 11000987. OLE color: 11000987.
HSL color Cylindrical-coordinate representation of color #9BDCA7: hue angle of 131.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCA7 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 167 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.14 |
| HSL | 131.08º | 0.48% | 0.74% | - |
| HSV(B) | 131.08º | 0.3% | 0.86% | - |
| XYZ | 46.09 | 60.94 | 45.89 | - |
| YUV | 194.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 167 | 0.30 | 0 | 0.24 | 0.14 | 131.08 | 0.48 | 0.74 |
| Hex | 9B | DC | A7 | 1E | 0 | 18 | E | 83 | 30 | 4A |
| Octal | 233 | 334 | 247 | 36 | 0 | 30 | 16 | 203 | 60 | 112 |
| Binary | 10011011 | 11011100 | 10100111 | 11110 | 0 | 11000 | 1110 | 10000011 | 110000 | 1001010 |
Color Harmonies of #9BDCA7
Complementary color
Monochromatic Colors of #9BDCA7
Black with #9BDCA7
Text Example
Text Example
White with #9BDCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDCA7; }
p { color: rgb(155,220,167); }
H1.HeaderClassName
{
color: #9BDCA7;
}
.AnyTagClassName
{
color: #9BDCA7;
}
</style>
background-color css
<style>
a { background-color: #9BDCA7; }
a { background-color: rgb(155,220,167); }
div.DivClassName
{
background-color: #9BDCA7;
}
.BgClassName
{
background-color: #9BDCA7;
}
</style>
border-color css
<style>
span { border-color: #9BDCA7; }
span { border-color: rgb(155,220,167); }
td.TdClassName
{
border-color: #9BDCA7;
}
.TagClassName
{
border-color: #9BDCA7;
}
</style>