Shades of Chinook #96DCA1
Tints of Chinook #96DCA1
RGB
CMYK
RGB Variations
Color information
#96DCA1 (or 0x96DCA1) is known color: Chinook. HEX triplet: 96, DC and A1. RGB value is (150,220,161). Sum of RGB (Red+Green+Blue) = 150+220+161=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCA1 is #69235E. Grayscale: #C0C0C0. Windows color (decimal): -6890335 or 10607766. OLE color: 10607766.
HSL color Cylindrical-coordinate representation of color #96DCA1: hue angle of 129.43º 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 #96DCA1 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 161 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.14 |
| HSL | 129.43º | 0.5% | 0.73% | - |
| HSV(B) | 129.43º | 0.32% | 0.86% | - |
| XYZ | 44.6 | 60.24 | 43 | - |
| YUV | 192.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 161 | 0.32 | 0 | 0.27 | 0.14 | 129.43 | 0.5 | 0.73 |
| Hex | 96 | DC | A1 | 20 | 0 | 1B | E | 81 | 32 | 49 |
| Octal | 226 | 334 | 241 | 40 | 0 | 33 | 16 | 201 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10100001 | 100000 | 0 | 11011 | 1110 | 10000001 | 110010 | 1001001 |
Color Harmonies of #96DCA1
Complementary color
Monochromatic Colors of #96DCA1
Black with #96DCA1
Text Example
Text Example
White with #96DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCA1; }
p { color: rgb(150,220,161); }
H1.HeaderClassName
{
color: #96DCA1;
}
.AnyTagClassName
{
color: #96DCA1;
}
</style>
background-color css
<style>
a { background-color: #96DCA1; }
a { background-color: rgb(150,220,161); }
div.DivClassName
{
background-color: #96DCA1;
}
.BgClassName
{
background-color: #96DCA1;
}
</style>
border-color css
<style>
span { border-color: #96DCA1; }
span { border-color: rgb(150,220,161); }
td.TdClassName
{
border-color: #96DCA1;
}
.TagClassName
{
border-color: #96DCA1;
}
</style>