Shades of Chinook #96D9A4
Tints of Chinook #96D9A4
RGB
CMYK
RGB Variations
Color information
#96D9A4 (or 0x96D9A4) is known color: Chinook. HEX triplet: 96, D9 and A4. RGB value is (150,217,164). Sum of RGB (Red+Green+Blue) = 150+217+164=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9A4 is #69265B. Grayscale: #BFBFBF. Windows color (decimal): -6891100 or 10803606. OLE color: 10803606.
HSL color Cylindrical-coordinate representation of color #96D9A4: hue angle of 132.54º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D9A4 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 164 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.15 |
| HSL | 132.54º | 0.47% | 0.72% | - |
| HSV(B) | 132.54º | 0.31% | 0.85% | - |
| XYZ | 44.09 | 58.79 | 44.15 | - |
| YUV | 190.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 164 | 0.31 | 0 | 0.24 | 0.15 | 132.54 | 0.47 | 0.72 |
| Hex | 96 | D9 | A4 | 1F | 0 | 18 | F | 85 | 2F | 48 |
| Octal | 226 | 331 | 244 | 37 | 0 | 30 | 17 | 205 | 57 | 110 |
| Binary | 10010110 | 11011001 | 10100100 | 11111 | 0 | 11000 | 1111 | 10000101 | 101111 | 1001000 |
Color Harmonies of #96D9A4
Complementary color
Monochromatic Colors of #96D9A4
Black with #96D9A4
Text Example
Text Example
White with #96D9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9A4; }
p { color: rgb(150,217,164); }
H1.HeaderClassName
{
color: #96D9A4;
}
.AnyTagClassName
{
color: #96D9A4;
}
</style>
background-color css
<style>
a { background-color: #96D9A4; }
a { background-color: rgb(150,217,164); }
div.DivClassName
{
background-color: #96D9A4;
}
.BgClassName
{
background-color: #96D9A4;
}
</style>
border-color css
<style>
span { border-color: #96D9A4; }
span { border-color: rgb(150,217,164); }
td.TdClassName
{
border-color: #96D9A4;
}
.TagClassName
{
border-color: #96D9A4;
}
</style>