Shades of Chinook #96D5A4
Tints of Chinook #96D5A4
RGB
CMYK
RGB Variations
Color information
#96D5A4 (or 0x96D5A4) is known color: Chinook. HEX triplet: 96, D5 and A4. RGB value is (150,213,164). Sum of RGB (Red+Green+Blue) = 150+213+164=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #96D5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D5A4 is #692A5B. Grayscale: #BCBCBC. Windows color (decimal): -6892124 or 10802582. OLE color: 10802582.
HSL color Cylindrical-coordinate representation of color #96D5A4: hue angle of 133.33º 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 #96D5A4 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 164 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.16 |
| HSL | 133.33º | 0.43% | 0.71% | - |
| HSV(B) | 133.33º | 0.3% | 0.84% | - |
| XYZ | 43.07 | 56.75 | 43.81 | - |
| YUV | 188.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 164 | 0.30 | 0 | 0.23 | 0.16 | 133.33 | 0.43 | 0.71 |
| Hex | 96 | D5 | A4 | 1E | 0 | 17 | 10 | 85 | 2B | 47 |
| Octal | 226 | 325 | 244 | 36 | 0 | 27 | 20 | 205 | 53 | 107 |
| Binary | 10010110 | 11010101 | 10100100 | 11110 | 0 | 10111 | 10000 | 10000101 | 101011 | 1000111 |
Color Harmonies of #96D5A4
Complementary color
Monochromatic Colors of #96D5A4
Black with #96D5A4
Text Example
Text Example
White with #96D5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5A4; }
p { color: rgb(150,213,164); }
H1.HeaderClassName
{
color: #96D5A4;
}
.AnyTagClassName
{
color: #96D5A4;
}
</style>
background-color css
<style>
a { background-color: #96D5A4; }
a { background-color: rgb(150,213,164); }
div.DivClassName
{
background-color: #96D5A4;
}
.BgClassName
{
background-color: #96D5A4;
}
</style>
border-color css
<style>
span { border-color: #96D5A4; }
span { border-color: rgb(150,213,164); }
td.TdClassName
{
border-color: #96D5A4;
}
.TagClassName
{
border-color: #96D5A4;
}
</style>