Shades of Chinook #96D29B
Tints of Chinook #96D29B
RGB
CMYK
RGB Variations
Color information
#96D29B (or 0x96D29B) is known color: Chinook. HEX triplet: 96, D2 and 9B. RGB value is (150,210,155). Sum of RGB (Red+Green+Blue) = 150+210+155=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #96D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D29B is #692D64. Grayscale: #B9B9B9. Windows color (decimal): -6892901 or 10211990. OLE color: 10211990.
HSL color Cylindrical-coordinate representation of color #96D29B: hue angle of 125º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D29B is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 155 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.18 |
| HSL | 125º | 0.4% | 0.71% | - |
| HSV(B) | 125º | 0.29% | 0.82% | - |
| XYZ | 41.54 | 54.94 | 39.43 | - |
| YUV | 185.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 155 | 0.29 | 0 | 0.26 | 0.18 | 125 | 0.4 | 0.71 |
| Hex | 96 | D2 | 9B | 1D | 0 | 1A | 12 | 7D | 28 | 47 |
| Octal | 226 | 322 | 233 | 35 | 0 | 32 | 22 | 175 | 50 | 107 |
| Binary | 10010110 | 11010010 | 10011011 | 11101 | 0 | 11010 | 10010 | 1111101 | 101000 | 1000111 |
Color Harmonies of #96D29B
Complementary color
Monochromatic Colors of #96D29B
Black with #96D29B
Text Example
Text Example
White with #96D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D29B; }
p { color: rgb(150,210,155); }
H1.HeaderClassName
{
color: #96D29B;
}
.AnyTagClassName
{
color: #96D29B;
}
</style>
background-color css
<style>
a { background-color: #96D29B; }
a { background-color: rgb(150,210,155); }
div.DivClassName
{
background-color: #96D29B;
}
.BgClassName
{
background-color: #96D29B;
}
</style>
border-color css
<style>
span { border-color: #96D29B; }
span { border-color: rgb(150,210,155); }
td.TdClassName
{
border-color: #96D29B;
}
.TagClassName
{
border-color: #96D29B;
}
</style>