Shades of Chinook #96D7A4
Tints of Chinook #96D7A4
RGB
CMYK
RGB Variations
Color information
#96D7A4 (or 0x96D7A4) is known color: Chinook. HEX triplet: 96, D7 and A4. RGB value is (150,215,164). Sum of RGB (Red+Green+Blue) = 150+215+164=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D7A4 is #69285B. Grayscale: #BDBDBD. Windows color (decimal): -6891612 or 10803094. OLE color: 10803094.
HSL color Cylindrical-coordinate representation of color #96D7A4: hue angle of 132.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7A4 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 164 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.16 |
| HSL | 132.92º | 0.45% | 0.72% | - |
| HSV(B) | 132.92º | 0.3% | 0.84% | - |
| XYZ | 43.58 | 57.77 | 43.97 | - |
| YUV | 189.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 164 | 0.30 | 0 | 0.24 | 0.16 | 132.92 | 0.45 | 0.72 |
| Hex | 96 | D7 | A4 | 1E | 0 | 18 | 10 | 85 | 2D | 48 |
| Octal | 226 | 327 | 244 | 36 | 0 | 30 | 20 | 205 | 55 | 110 |
| Binary | 10010110 | 11010111 | 10100100 | 11110 | 0 | 11000 | 10000 | 10000101 | 101101 | 1001000 |
Color Harmonies of #96D7A4
Complementary color
Monochromatic Colors of #96D7A4
Black with #96D7A4
Text Example
Text Example
White with #96D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D7A4; }
p { color: rgb(150,215,164); }
H1.HeaderClassName
{
color: #96D7A4;
}
.AnyTagClassName
{
color: #96D7A4;
}
</style>
background-color css
<style>
a { background-color: #96D7A4; }
a { background-color: rgb(150,215,164); }
div.DivClassName
{
background-color: #96D7A4;
}
.BgClassName
{
background-color: #96D7A4;
}
</style>
border-color css
<style>
span { border-color: #96D7A4; }
span { border-color: rgb(150,215,164); }
td.TdClassName
{
border-color: #96D7A4;
}
.TagClassName
{
border-color: #96D7A4;
}
</style>