Shades of Chinook #96DCA5
Tints of Chinook #96DCA5
RGB
CMYK
RGB Variations
Color information
#96DCA5 (or 0x96DCA5) is known color: Chinook. HEX triplet: 96, DC and A5. RGB value is (150,220,165). Sum of RGB (Red+Green+Blue) = 150+220+165=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCA5 is #69235A. Grayscale: #C0C0C0. Windows color (decimal): -6890331 or 10869910. OLE color: 10869910.
HSL color Cylindrical-coordinate representation of color #96DCA5: hue angle of 132.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCA5 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 165 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.14 |
| HSL | 132.86º | 0.5% | 0.73% | - |
| HSV(B) | 132.86º | 0.32% | 0.86% | - |
| XYZ | 44.96 | 60.39 | 44.88 | - |
| YUV | 192.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 165 | 0.32 | 0 | 0.25 | 0.14 | 132.86 | 0.5 | 0.73 |
| Hex | 96 | DC | A5 | 20 | 0 | 19 | E | 85 | 32 | 49 |
| Octal | 226 | 334 | 245 | 40 | 0 | 31 | 16 | 205 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10100101 | 100000 | 0 | 11001 | 1110 | 10000101 | 110010 | 1001001 |
Color Harmonies of #96DCA5
Complementary color
Monochromatic Colors of #96DCA5
Black with #96DCA5
Text Example
Text Example
White with #96DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCA5; }
p { color: rgb(150,220,165); }
H1.HeaderClassName
{
color: #96DCA5;
}
.AnyTagClassName
{
color: #96DCA5;
}
</style>
background-color css
<style>
a { background-color: #96DCA5; }
a { background-color: rgb(150,220,165); }
div.DivClassName
{
background-color: #96DCA5;
}
.BgClassName
{
background-color: #96DCA5;
}
</style>
border-color css
<style>
span { border-color: #96DCA5; }
span { border-color: rgb(150,220,165); }
td.TdClassName
{
border-color: #96DCA5;
}
.TagClassName
{
border-color: #96DCA5;
}
</style>