Shades of Chinook #96C5A0
Tints of Chinook #96C5A0
RGB
CMYK
RGB Variations
Color information
#96C5A0 (or 0x96C5A0) is known color: Chinook. HEX triplet: 96, C5 and A0. RGB value is (150,197,160). Sum of RGB (Red+Green+Blue) = 150+197+160=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C5A0 is #693A5F. Grayscale: #B2B2B2. Windows color (decimal): -6896224 or 10536342. OLE color: 10536342.
HSL color Cylindrical-coordinate representation of color #96C5A0: hue angle of 132.77º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5A0 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 160 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.23 |
| HSL | 132.77º | 0.29% | 0.68% | - |
| HSV(B) | 132.77º | 0.24% | 0.77% | - |
| XYZ | 38.89 | 48.95 | 40.66 | - |
| YUV | 178.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 160 | 0.24 | 0 | 0.19 | 0.23 | 132.77 | 0.29 | 0.68 |
| Hex | 96 | C5 | A0 | 18 | 0 | 13 | 17 | 85 | 1D | 44 |
| Octal | 226 | 305 | 240 | 30 | 0 | 23 | 27 | 205 | 35 | 104 |
| Binary | 10010110 | 11000101 | 10100000 | 11000 | 0 | 10011 | 10111 | 10000101 | 11101 | 1000100 |
Color Harmonies of #96C5A0
Complementary color
Monochromatic Colors of #96C5A0
Black with #96C5A0
Text Example
Text Example
White with #96C5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C5A0; }
p { color: rgb(150,197,160); }
H1.HeaderClassName
{
color: #96C5A0;
}
.AnyTagClassName
{
color: #96C5A0;
}
</style>
background-color css
<style>
a { background-color: #96C5A0; }
a { background-color: rgb(150,197,160); }
div.DivClassName
{
background-color: #96C5A0;
}
.BgClassName
{
background-color: #96C5A0;
}
</style>
border-color css
<style>
span { border-color: #96C5A0; }
span { border-color: rgb(150,197,160); }
td.TdClassName
{
border-color: #96C5A0;
}
.TagClassName
{
border-color: #96C5A0;
}
</style>