Shades of Chinook #9BD3A9
Tints of Chinook #9BD3A9
RGB
CMYK
RGB Variations
Color information
#9BD3A9 (or 0x9BD3A9) is known color: Chinook. HEX triplet: 9B, D3 and A9. RGB value is (155,211,169). Sum of RGB (Red+Green+Blue) = 155+211+169=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD3A9 is #642C56. Grayscale: #BDBDBD. Windows color (decimal): -6564951 or 11129755. OLE color: 11129755.
HSL color Cylindrical-coordinate representation of color #9BD3A9: hue angle of 135º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD3A9 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 211 | 169 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.17 |
| HSL | 135º | 0.39% | 0.72% | - |
| HSV(B) | 135º | 0.27% | 0.83% | - |
| XYZ | 43.97 | 56.42 | 46.11 | - |
| YUV | 189.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 211 | 169 | 0.27 | 0 | 0.20 | 0.17 | 135 | 0.39 | 0.72 |
| Hex | 9B | D3 | A9 | 1B | 0 | 14 | 11 | 87 | 27 | 48 |
| Octal | 233 | 323 | 251 | 33 | 0 | 24 | 21 | 207 | 47 | 110 |
| Binary | 10011011 | 11010011 | 10101001 | 11011 | 0 | 10100 | 10001 | 10000111 | 100111 | 1001000 |
Color Harmonies of #9BD3A9
Complementary color
Monochromatic Colors of #9BD3A9
Black with #9BD3A9
Text Example
Text Example
White with #9BD3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD3A9; }
p { color: rgb(155,211,169); }
H1.HeaderClassName
{
color: #9BD3A9;
}
.AnyTagClassName
{
color: #9BD3A9;
}
</style>
background-color css
<style>
a { background-color: #9BD3A9; }
a { background-color: rgb(155,211,169); }
div.DivClassName
{
background-color: #9BD3A9;
}
.BgClassName
{
background-color: #9BD3A9;
}
</style>
border-color css
<style>
span { border-color: #9BD3A9; }
span { border-color: rgb(155,211,169); }
td.TdClassName
{
border-color: #9BD3A9;
}
.TagClassName
{
border-color: #9BD3A9;
}
</style>