Shades of Chinook #9DCBA7
Tints of Chinook #9DCBA7
RGB
CMYK
RGB Variations
Color information
#9DCBA7 (or 0x9DCBA7) is known color: Chinook. HEX triplet: 9D, CB and A7. RGB value is (157,203,167). Sum of RGB (Red+Green+Blue) = 157+203+167=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBA7 is #623458. Grayscale: #B9B9B9. Windows color (decimal): -6435929 or 10996637. OLE color: 10996637.
HSL color Cylindrical-coordinate representation of color #9DCBA7: hue angle of 133.04º 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 #9DCBA7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 167 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.20 |
| HSL | 133.04º | 0.31% | 0.71% | - |
| HSV(B) | 133.04º | 0.23% | 0.8% | - |
| XYZ | 42.24 | 52.67 | 44.5 | - |
| YUV | 185.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 167 | 0.23 | 0 | 0.18 | 0.20 | 133.04 | 0.31 | 0.71 |
| Hex | 9D | CB | A7 | 17 | 0 | 12 | 14 | 85 | 1F | 47 |
| Octal | 235 | 313 | 247 | 27 | 0 | 22 | 24 | 205 | 37 | 107 |
| Binary | 10011101 | 11001011 | 10100111 | 10111 | 0 | 10010 | 10100 | 10000101 | 11111 | 1000111 |
Color Harmonies of #9DCBA7
Complementary color
Monochromatic Colors of #9DCBA7
Black with #9DCBA7
Text Example
Text Example
White with #9DCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBA7; }
p { color: rgb(157,203,167); }
H1.HeaderClassName
{
color: #9DCBA7;
}
.AnyTagClassName
{
color: #9DCBA7;
}
</style>
background-color css
<style>
a { background-color: #9DCBA7; }
a { background-color: rgb(157,203,167); }
div.DivClassName
{
background-color: #9DCBA7;
}
.BgClassName
{
background-color: #9DCBA7;
}
</style>
border-color css
<style>
span { border-color: #9DCBA7; }
span { border-color: rgb(157,203,167); }
td.TdClassName
{
border-color: #9DCBA7;
}
.TagClassName
{
border-color: #9DCBA7;
}
</style>