Shades of Chinook #96D9A0
Tints of Chinook #96D9A0
RGB
CMYK
RGB Variations
Color information
#96D9A0 (or 0x96D9A0) is known color: Chinook. HEX triplet: 96, D9 and A0. RGB value is (150,217,160). Sum of RGB (Red+Green+Blue) = 150+217+160=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9A0 is #69265F. Grayscale: #BEBEBE. Windows color (decimal): -6891104 or 10541462. OLE color: 10541462.
HSL color Cylindrical-coordinate representation of color #96D9A0: hue angle of 128.96º 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 #96D9A0 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 160 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.15 |
| HSL | 128.96º | 0.47% | 0.72% | - |
| HSV(B) | 128.96º | 0.31% | 0.85% | - |
| XYZ | 43.74 | 58.65 | 42.27 | - |
| YUV | 190.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 160 | 0.31 | 0 | 0.26 | 0.15 | 128.96 | 0.47 | 0.72 |
| Hex | 96 | D9 | A0 | 1F | 0 | 1A | F | 81 | 2F | 48 |
| Octal | 226 | 331 | 240 | 37 | 0 | 32 | 17 | 201 | 57 | 110 |
| Binary | 10010110 | 11011001 | 10100000 | 11111 | 0 | 11010 | 1111 | 10000001 | 101111 | 1001000 |
Color Harmonies of #96D9A0
Complementary color
Monochromatic Colors of #96D9A0
Black with #96D9A0
Text Example
Text Example
White with #96D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9A0; }
p { color: rgb(150,217,160); }
H1.HeaderClassName
{
color: #96D9A0;
}
.AnyTagClassName
{
color: #96D9A0;
}
</style>
background-color css
<style>
a { background-color: #96D9A0; }
a { background-color: rgb(150,217,160); }
div.DivClassName
{
background-color: #96D9A0;
}
.BgClassName
{
background-color: #96D9A0;
}
</style>
border-color css
<style>
span { border-color: #96D9A0; }
span { border-color: rgb(150,217,160); }
td.TdClassName
{
border-color: #96D9A0;
}
.TagClassName
{
border-color: #96D9A0;
}
</style>