Shades of Chinook #96D9A2
Tints of Chinook #96D9A2
RGB
CMYK
RGB Variations
Color information
#96D9A2 (or 0x96D9A2) is known color: Chinook. HEX triplet: 96, D9 and A2. RGB value is (150,217,162). Sum of RGB (Red+Green+Blue) = 150+217+162=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D9A2 is #69265D. Grayscale: #BEBEBE. Windows color (decimal): -6891102 or 10672534. OLE color: 10672534.
HSL color Cylindrical-coordinate representation of color #96D9A2: hue angle of 130.75º 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 #96D9A2 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 162 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.15 |
| HSL | 130.75º | 0.47% | 0.72% | - |
| HSV(B) | 130.75º | 0.31% | 0.85% | - |
| XYZ | 43.91 | 58.72 | 43.2 | - |
| YUV | 190.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 162 | 0.31 | 0 | 0.25 | 0.15 | 130.75 | 0.47 | 0.72 |
| Hex | 96 | D9 | A2 | 1F | 0 | 19 | F | 83 | 2F | 48 |
| Octal | 226 | 331 | 242 | 37 | 0 | 31 | 17 | 203 | 57 | 110 |
| Binary | 10010110 | 11011001 | 10100010 | 11111 | 0 | 11001 | 1111 | 10000011 | 101111 | 1001000 |
Color Harmonies of #96D9A2
Complementary color
Monochromatic Colors of #96D9A2
Black with #96D9A2
Text Example
Text Example
White with #96D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9A2; }
p { color: rgb(150,217,162); }
H1.HeaderClassName
{
color: #96D9A2;
}
.AnyTagClassName
{
color: #96D9A2;
}
</style>
background-color css
<style>
a { background-color: #96D9A2; }
a { background-color: rgb(150,217,162); }
div.DivClassName
{
background-color: #96D9A2;
}
.BgClassName
{
background-color: #96D9A2;
}
</style>
border-color css
<style>
span { border-color: #96D9A2; }
span { border-color: rgb(150,217,162); }
td.TdClassName
{
border-color: #96D9A2;
}
.TagClassName
{
border-color: #96D9A2;
}
</style>