Shades of Chinook #9BDCAA
Tints of Chinook #9BDCAA
RGB
CMYK
RGB Variations
Color information
#9BDCAA (or 0x9BDCAA) is known color: Chinook. HEX triplet: 9B, DC and AA. RGB value is (155,220,170). Sum of RGB (Red+Green+Blue) = 155+220+170=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDCAA is #642355. Grayscale: #C2C2C2. Windows color (decimal): -6562646 or 11197595. OLE color: 11197595.
HSL color Cylindrical-coordinate representation of color #9BDCAA: hue angle of 133.85º 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 #9BDCAA is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 170 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.14 |
| HSL | 133.85º | 0.48% | 0.74% | - |
| HSV(B) | 133.85º | 0.3% | 0.86% | - |
| XYZ | 46.37 | 61.06 | 47.37 | - |
| YUV | 194.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 170 | 0.30 | 0 | 0.23 | 0.14 | 133.85 | 0.48 | 0.74 |
| Hex | 9B | DC | AA | 1E | 0 | 17 | E | 86 | 30 | 4A |
| Octal | 233 | 334 | 252 | 36 | 0 | 27 | 16 | 206 | 60 | 112 |
| Binary | 10011011 | 11011100 | 10101010 | 11110 | 0 | 10111 | 1110 | 10000110 | 110000 | 1001010 |
Color Harmonies of #9BDCAA
Complementary color
Monochromatic Colors of #9BDCAA
Black with #9BDCAA
Text Example
Text Example
White with #9BDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDCAA; }
p { color: rgb(155,220,170); }
H1.HeaderClassName
{
color: #9BDCAA;
}
.AnyTagClassName
{
color: #9BDCAA;
}
</style>
background-color css
<style>
a { background-color: #9BDCAA; }
a { background-color: rgb(155,220,170); }
div.DivClassName
{
background-color: #9BDCAA;
}
.BgClassName
{
background-color: #9BDCAA;
}
</style>
border-color css
<style>
span { border-color: #9BDCAA; }
span { border-color: rgb(155,220,170); }
td.TdClassName
{
border-color: #9BDCAA;
}
.TagClassName
{
border-color: #9BDCAA;
}
</style>