Shades of Chinook #96D6A5
Tints of Chinook #96D6A5
RGB
CMYK
RGB Variations
Color information
#96D6A5 (or 0x96D6A5) is known color: Chinook. HEX triplet: 96, D6 and A5. RGB value is (150,214,165). Sum of RGB (Red+Green+Blue) = 150+214+165=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #96D6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D6A5 is #69295A. Grayscale: #BDBDBD. Windows color (decimal): -6891867 or 10868374. OLE color: 10868374.
HSL color Cylindrical-coordinate representation of color #96D6A5: hue angle of 134.06º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D6A5 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 165 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.16 |
| HSL | 134.06º | 0.44% | 0.71% | - |
| HSV(B) | 134.06º | 0.3% | 0.84% | - |
| XYZ | 43.42 | 57.29 | 44.37 | - |
| YUV | 189.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 165 | 0.30 | 0 | 0.23 | 0.16 | 134.06 | 0.44 | 0.71 |
| Hex | 96 | D6 | A5 | 1E | 0 | 17 | 10 | 86 | 2C | 47 |
| Octal | 226 | 326 | 245 | 36 | 0 | 27 | 20 | 206 | 54 | 107 |
| Binary | 10010110 | 11010110 | 10100101 | 11110 | 0 | 10111 | 10000 | 10000110 | 101100 | 1000111 |
Color Harmonies of #96D6A5
Complementary color
Monochromatic Colors of #96D6A5
Black with #96D6A5
Text Example
Text Example
White with #96D6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D6A5; }
p { color: rgb(150,214,165); }
H1.HeaderClassName
{
color: #96D6A5;
}
.AnyTagClassName
{
color: #96D6A5;
}
</style>
background-color css
<style>
a { background-color: #96D6A5; }
a { background-color: rgb(150,214,165); }
div.DivClassName
{
background-color: #96D6A5;
}
.BgClassName
{
background-color: #96D6A5;
}
</style>
border-color css
<style>
span { border-color: #96D6A5; }
span { border-color: rgb(150,214,165); }
td.TdClassName
{
border-color: #96D6A5;
}
.TagClassName
{
border-color: #96D6A5;
}
</style>