Shades of Chinook #96DD9C
Tints of Chinook #96DD9C
RGB
CMYK
RGB Variations
Color information
#96DD9C (or 0x96DD9C) is known color: Chinook. HEX triplet: 96, DD and 9C. RGB value is (150,221,156). Sum of RGB (Red+Green+Blue) = 150+221+156=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD9C is #692263. Grayscale: #C0C0C0. Windows color (decimal): -6890084 or 10280342. OLE color: 10280342.
HSL color Cylindrical-coordinate representation of color #96DD9C: hue angle of 125.07º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DD9C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 156 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.13 |
| HSL | 125.07º | 0.51% | 0.73% | - |
| HSV(B) | 125.07º | 0.32% | 0.87% | - |
| XYZ | 44.43 | 60.6 | 40.81 | - |
| YUV | 192.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 156 | 0.32 | 0 | 0.29 | 0.13 | 125.07 | 0.51 | 0.73 |
| Hex | 96 | DD | 9C | 20 | 0 | 1D | D | 7D | 33 | 49 |
| Octal | 226 | 335 | 234 | 40 | 0 | 35 | 15 | 175 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10011100 | 100000 | 0 | 11101 | 1101 | 1111101 | 110011 | 1001001 |
Color Harmonies of #96DD9C
Complementary color
Monochromatic Colors of #96DD9C
Black with #96DD9C
Text Example
Text Example
White with #96DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD9C; }
p { color: rgb(150,221,156); }
H1.HeaderClassName
{
color: #96DD9C;
}
.AnyTagClassName
{
color: #96DD9C;
}
</style>
background-color css
<style>
a { background-color: #96DD9C; }
a { background-color: rgb(150,221,156); }
div.DivClassName
{
background-color: #96DD9C;
}
.BgClassName
{
background-color: #96DD9C;
}
</style>
border-color css
<style>
span { border-color: #96DD9C; }
span { border-color: rgb(150,221,156); }
td.TdClassName
{
border-color: #96DD9C;
}
.TagClassName
{
border-color: #96DD9C;
}
</style>