Shades of Chinook #96D99E
Tints of Chinook #96D99E
RGB
CMYK
RGB Variations
Color information
#96D99E (or 0x96D99E) is known color: Chinook. HEX triplet: 96, D9 and 9E. RGB value is (150,217,158). Sum of RGB (Red+Green+Blue) = 150+217+158=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #96D99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D99E is #692661. Grayscale: #BEBEBE. Windows color (decimal): -6891106 or 10410390. OLE color: 10410390.
HSL color Cylindrical-coordinate representation of color #96D99E: hue angle of 127.16º 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 #96D99E is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 158 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.15 |
| HSL | 127.16º | 0.47% | 0.72% | - |
| HSV(B) | 127.16º | 0.31% | 0.85% | - |
| XYZ | 43.56 | 58.58 | 41.36 | - |
| YUV | 190.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 158 | 0.31 | 0 | 0.27 | 0.15 | 127.16 | 0.47 | 0.72 |
| Hex | 96 | D9 | 9E | 1F | 0 | 1B | F | 7F | 2F | 48 |
| Octal | 226 | 331 | 236 | 37 | 0 | 33 | 17 | 177 | 57 | 110 |
| Binary | 10010110 | 11011001 | 10011110 | 11111 | 0 | 11011 | 1111 | 1111111 | 101111 | 1001000 |
Color Harmonies of #96D99E
Complementary color
Monochromatic Colors of #96D99E
Black with #96D99E
Text Example
Text Example
White with #96D99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D99E; }
p { color: rgb(150,217,158); }
H1.HeaderClassName
{
color: #96D99E;
}
.AnyTagClassName
{
color: #96D99E;
}
</style>
background-color css
<style>
a { background-color: #96D99E; }
a { background-color: rgb(150,217,158); }
div.DivClassName
{
background-color: #96D99E;
}
.BgClassName
{
background-color: #96D99E;
}
</style>
border-color css
<style>
span { border-color: #96D99E; }
span { border-color: rgb(150,217,158); }
td.TdClassName
{
border-color: #96D99E;
}
.TagClassName
{
border-color: #96D99E;
}
</style>