Shades of Chinook #96D3A0
Tints of Chinook #96D3A0
RGB
CMYK
RGB Variations
Color information
#96D3A0 (or 0x96D3A0) is known color: Chinook. HEX triplet: 96, D3 and A0. RGB value is (150,211,160). Sum of RGB (Red+Green+Blue) = 150+211+160=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #96D3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D3A0 is #692C5F. Grayscale: #BBBBBB. Windows color (decimal): -6892640 or 10539926. OLE color: 10539926.
HSL color Cylindrical-coordinate representation of color #96D3A0: hue angle of 129.84º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D3A0 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 160 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.17 |
| HSL | 129.84º | 0.41% | 0.71% | - |
| HSV(B) | 129.84º | 0.29% | 0.83% | - |
| XYZ | 42.22 | 55.61 | 41.77 | - |
| YUV | 186.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 160 | 0.29 | 0 | 0.24 | 0.17 | 129.84 | 0.41 | 0.71 |
| Hex | 96 | D3 | A0 | 1D | 0 | 18 | 11 | 82 | 29 | 47 |
| Octal | 226 | 323 | 240 | 35 | 0 | 30 | 21 | 202 | 51 | 107 |
| Binary | 10010110 | 11010011 | 10100000 | 11101 | 0 | 11000 | 10001 | 10000010 | 101001 | 1000111 |
Color Harmonies of #96D3A0
Complementary color
Monochromatic Colors of #96D3A0
Black with #96D3A0
Text Example
Text Example
White with #96D3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D3A0; }
p { color: rgb(150,211,160); }
H1.HeaderClassName
{
color: #96D3A0;
}
.AnyTagClassName
{
color: #96D3A0;
}
</style>
background-color css
<style>
a { background-color: #96D3A0; }
a { background-color: rgb(150,211,160); }
div.DivClassName
{
background-color: #96D3A0;
}
.BgClassName
{
background-color: #96D3A0;
}
</style>
border-color css
<style>
span { border-color: #96D3A0; }
span { border-color: rgb(150,211,160); }
td.TdClassName
{
border-color: #96D3A0;
}
.TagClassName
{
border-color: #96D3A0;
}
</style>