Shades of Chinook #96DC9C
Tints of Chinook #96DC9C
RGB
CMYK
RGB Variations
Color information
#96DC9C (or 0x96DC9C) is known color: Chinook. HEX triplet: 96, DC and 9C. RGB value is (150,220,156). Sum of RGB (Red+Green+Blue) = 150+220+156=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DC9C is #692363. Grayscale: #BFBFBF. Windows color (decimal): -6890340 or 10280086. OLE color: 10280086.
HSL color Cylindrical-coordinate representation of color #96DC9C: hue angle of 125.14º 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 #96DC9C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 156 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.14 |
| HSL | 125.14º | 0.5% | 0.73% | - |
| HSV(B) | 125.14º | 0.32% | 0.86% | - |
| XYZ | 44.17 | 60.07 | 40.72 | - |
| YUV | 191.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 156 | 0.32 | 0 | 0.29 | 0.14 | 125.14 | 0.5 | 0.73 |
| Hex | 96 | DC | 9C | 20 | 0 | 1D | E | 7D | 32 | 49 |
| Octal | 226 | 334 | 234 | 40 | 0 | 35 | 16 | 175 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10011100 | 100000 | 0 | 11101 | 1110 | 1111101 | 110010 | 1001001 |
Color Harmonies of #96DC9C
Complementary color
Monochromatic Colors of #96DC9C
Black with #96DC9C
Text Example
Text Example
White with #96DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC9C; }
p { color: rgb(150,220,156); }
H1.HeaderClassName
{
color: #96DC9C;
}
.AnyTagClassName
{
color: #96DC9C;
}
</style>
background-color css
<style>
a { background-color: #96DC9C; }
a { background-color: rgb(150,220,156); }
div.DivClassName
{
background-color: #96DC9C;
}
.BgClassName
{
background-color: #96DC9C;
}
</style>
border-color css
<style>
span { border-color: #96DC9C; }
span { border-color: rgb(150,220,156); }
td.TdClassName
{
border-color: #96DC9C;
}
.TagClassName
{
border-color: #96DC9C;
}
</style>