Shades of Chinook #96C69C
Tints of Chinook #96C69C
RGB
CMYK
RGB Variations
Color information
#96C69C (or 0x96C69C) is known color: Chinook. HEX triplet: 96, C6 and 9C. RGB value is (150,198,156). Sum of RGB (Red+Green+Blue) = 150+198+156=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #96C69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C69C is #693963. Grayscale: #B2B2B2. Windows color (decimal): -6895972 or 10274454. OLE color: 10274454.
HSL color Cylindrical-coordinate representation of color #96C69C: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C69C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 156 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.22 |
| HSL | 127.5º | 0.3% | 0.68% | - |
| HSV(B) | 127.5º | 0.24% | 0.78% | - |
| XYZ | 38.77 | 49.27 | 38.92 | - |
| YUV | 178.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 156 | 0.24 | 0 | 0.21 | 0.22 | 127.5 | 0.3 | 0.68 |
| Hex | 96 | C6 | 9C | 18 | 0 | 15 | 16 | 80 | 1E | 44 |
| Octal | 226 | 306 | 234 | 30 | 0 | 25 | 26 | 200 | 36 | 104 |
| Binary | 10010110 | 11000110 | 10011100 | 11000 | 0 | 10101 | 10110 | 10000000 | 11110 | 1000100 |
Color Harmonies of #96C69C
Complementary color
Monochromatic Colors of #96C69C
Black with #96C69C
Text Example
Text Example
White with #96C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C69C; }
p { color: rgb(150,198,156); }
H1.HeaderClassName
{
color: #96C69C;
}
.AnyTagClassName
{
color: #96C69C;
}
</style>
background-color css
<style>
a { background-color: #96C69C; }
a { background-color: rgb(150,198,156); }
div.DivClassName
{
background-color: #96C69C;
}
.BgClassName
{
background-color: #96C69C;
}
</style>
border-color css
<style>
span { border-color: #96C69C; }
span { border-color: rgb(150,198,156); }
td.TdClassName
{
border-color: #96C69C;
}
.TagClassName
{
border-color: #96C69C;
}
</style>