Shades of Chinook #96DBA9
Tints of Chinook #96DBA9
RGB
CMYK
RGB Variations
Color information
#96DBA9 (or 0x96DBA9) is known color: Chinook. HEX triplet: 96, DB and A9. RGB value is (150,219,169). Sum of RGB (Red+Green+Blue) = 150+219+169=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBA9 is #692456. Grayscale: #C0C0C0. Windows color (decimal): -6890583 or 11131798. OLE color: 11131798.
HSL color Cylindrical-coordinate representation of color #96DBA9: hue angle of 136.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBA9 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 169 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.14 |
| HSL | 136.52º | 0.49% | 0.72% | - |
| HSV(B) | 136.52º | 0.32% | 0.86% | - |
| XYZ | 45.07 | 60.01 | 46.74 | - |
| YUV | 192.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 169 | 0.32 | 0 | 0.23 | 0.14 | 136.52 | 0.49 | 0.72 |
| Hex | 96 | DB | A9 | 20 | 0 | 17 | E | 89 | 31 | 48 |
| Octal | 226 | 333 | 251 | 40 | 0 | 27 | 16 | 211 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10101001 | 100000 | 0 | 10111 | 1110 | 10001001 | 110001 | 1001000 |
Color Harmonies of #96DBA9
Complementary color
Monochromatic Colors of #96DBA9
Black with #96DBA9
Text Example
Text Example
White with #96DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBA9; }
p { color: rgb(150,219,169); }
H1.HeaderClassName
{
color: #96DBA9;
}
.AnyTagClassName
{
color: #96DBA9;
}
</style>
background-color css
<style>
a { background-color: #96DBA9; }
a { background-color: rgb(150,219,169); }
div.DivClassName
{
background-color: #96DBA9;
}
.BgClassName
{
background-color: #96DBA9;
}
</style>
border-color css
<style>
span { border-color: #96DBA9; }
span { border-color: rgb(150,219,169); }
td.TdClassName
{
border-color: #96DBA9;
}
.TagClassName
{
border-color: #96DBA9;
}
</style>