Shades of Chinook #96D5A1
Tints of Chinook #96D5A1
RGB
CMYK
RGB Variations
Color information
#96D5A1 (or 0x96D5A1) is known color: Chinook. HEX triplet: 96, D5 and A1. RGB value is (150,213,161). Sum of RGB (Red+Green+Blue) = 150+213+161=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5A1 is #692A5E. Grayscale: #BCBCBC. Windows color (decimal): -6892127 or 10605974. OLE color: 10605974.
HSL color Cylindrical-coordinate representation of color #96D5A1: hue angle of 130.48º degrees, saturation: 0.43, 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 #96D5A1 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 161 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.16 |
| HSL | 130.48º | 0.43% | 0.71% | - |
| HSV(B) | 130.48º | 0.3% | 0.84% | - |
| XYZ | 42.8 | 56.65 | 42.4 | - |
| YUV | 188.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 161 | 0.30 | 0 | 0.24 | 0.16 | 130.48 | 0.43 | 0.71 |
| Hex | 96 | D5 | A1 | 1E | 0 | 18 | 10 | 82 | 2B | 47 |
| Octal | 226 | 325 | 241 | 36 | 0 | 30 | 20 | 202 | 53 | 107 |
| Binary | 10010110 | 11010101 | 10100001 | 11110 | 0 | 11000 | 10000 | 10000010 | 101011 | 1000111 |
Color Harmonies of #96D5A1
Complementary color
Monochromatic Colors of #96D5A1
Black with #96D5A1
Text Example
Text Example
White with #96D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5A1; }
p { color: rgb(150,213,161); }
H1.HeaderClassName
{
color: #96D5A1;
}
.AnyTagClassName
{
color: #96D5A1;
}
</style>
background-color css
<style>
a { background-color: #96D5A1; }
a { background-color: rgb(150,213,161); }
div.DivClassName
{
background-color: #96D5A1;
}
.BgClassName
{
background-color: #96D5A1;
}
</style>
border-color css
<style>
span { border-color: #96D5A1; }
span { border-color: rgb(150,213,161); }
td.TdClassName
{
border-color: #96D5A1;
}
.TagClassName
{
border-color: #96D5A1;
}
</style>