Shades of Chinook #96D29C
Tints of Chinook #96D29C
RGB
CMYK
RGB Variations
Color information
#96D29C (or 0x96D29C) is known color: Chinook. HEX triplet: 96, D2 and 9C. RGB value is (150,210,156). Sum of RGB (Red+Green+Blue) = 150+210+156=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #96D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D29C is #692D63. Grayscale: #BABABA. Windows color (decimal): -6892900 or 10277526. OLE color: 10277526.
HSL color Cylindrical-coordinate representation of color #96D29C: hue angle of 126º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D29C is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 156 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.18 |
| HSL | 126º | 0.4% | 0.71% | - |
| HSV(B) | 126º | 0.29% | 0.82% | - |
| XYZ | 41.63 | 54.98 | 39.87 | - |
| YUV | 185.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 156 | 0.29 | 0 | 0.26 | 0.18 | 126 | 0.4 | 0.71 |
| Hex | 96 | D2 | 9C | 1D | 0 | 1A | 12 | 7E | 28 | 47 |
| Octal | 226 | 322 | 234 | 35 | 0 | 32 | 22 | 176 | 50 | 107 |
| Binary | 10010110 | 11010010 | 10011100 | 11101 | 0 | 11010 | 10010 | 1111110 | 101000 | 1000111 |
Color Harmonies of #96D29C
Complementary color
Monochromatic Colors of #96D29C
Black with #96D29C
Text Example
Text Example
White with #96D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D29C; }
p { color: rgb(150,210,156); }
H1.HeaderClassName
{
color: #96D29C;
}
.AnyTagClassName
{
color: #96D29C;
}
</style>
background-color css
<style>
a { background-color: #96D29C; }
a { background-color: rgb(150,210,156); }
div.DivClassName
{
background-color: #96D29C;
}
.BgClassName
{
background-color: #96D29C;
}
</style>
border-color css
<style>
span { border-color: #96D29C; }
span { border-color: rgb(150,210,156); }
td.TdClassName
{
border-color: #96D29C;
}
.TagClassName
{
border-color: #96D29C;
}
</style>