Shades of Chinook #9DCBAC
Tints of Chinook #9DCBAC
RGB
CMYK
RGB Variations
Color information
#9DCBAC (or 0x9DCBAC) is known color: Chinook. HEX triplet: 9D, CB and AC. RGB value is (157,203,172). Sum of RGB (Red+Green+Blue) = 157+203+172=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBAC is #623453. Grayscale: #B9B9B9. Windows color (decimal): -6435924 or 11324317. OLE color: 11324317.
HSL color Cylindrical-coordinate representation of color #9DCBAC: hue angle of 139.57º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCBAC is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 172 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.20 |
| HSL | 139.57º | 0.31% | 0.71% | - |
| HSV(B) | 139.57º | 0.23% | 0.8% | - |
| XYZ | 42.71 | 52.86 | 46.98 | - |
| YUV | 185.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 172 | 0.23 | 0 | 0.15 | 0.20 | 139.57 | 0.31 | 0.71 |
| Hex | 9D | CB | AC | 17 | 0 | F | 14 | 8C | 1F | 47 |
| Octal | 235 | 313 | 254 | 27 | 0 | 17 | 24 | 214 | 37 | 107 |
| Binary | 10011101 | 11001011 | 10101100 | 10111 | 0 | 1111 | 10100 | 10001100 | 11111 | 1000111 |
Color Harmonies of #9DCBAC
Complementary color
Monochromatic Colors of #9DCBAC
Black with #9DCBAC
Text Example
Text Example
White with #9DCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBAC; }
p { color: rgb(157,203,172); }
H1.HeaderClassName
{
color: #9DCBAC;
}
.AnyTagClassName
{
color: #9DCBAC;
}
</style>
background-color css
<style>
a { background-color: #9DCBAC; }
a { background-color: rgb(157,203,172); }
div.DivClassName
{
background-color: #9DCBAC;
}
.BgClassName
{
background-color: #9DCBAC;
}
</style>
border-color css
<style>
span { border-color: #9DCBAC; }
span { border-color: rgb(157,203,172); }
td.TdClassName
{
border-color: #9DCBAC;
}
.TagClassName
{
border-color: #9DCBAC;
}
</style>