Shades of Chinook #96C99D
Tints of Chinook #96C99D
RGB
CMYK
RGB Variations
Color information
#96C99D (or 0x96C99D) is known color: Chinook. HEX triplet: 96, C9 and 9D. RGB value is (150,201,157). Sum of RGB (Red+Green+Blue) = 150+201+157=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #96C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C99D is #693662. Grayscale: #B4B4B4. Windows color (decimal): -6895203 or 10340758. OLE color: 10340758.
HSL color Cylindrical-coordinate representation of color #96C99D: hue angle of 128.24º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C99D is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 157 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.21 |
| HSL | 128.24º | 0.32% | 0.69% | - |
| HSV(B) | 128.24º | 0.25% | 0.79% | - |
| XYZ | 39.55 | 50.69 | 39.6 | - |
| YUV | 180.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 157 | 0.25 | 0 | 0.22 | 0.21 | 128.24 | 0.32 | 0.69 |
| Hex | 96 | C9 | 9D | 19 | 0 | 16 | 15 | 80 | 20 | 45 |
| Octal | 226 | 311 | 235 | 31 | 0 | 26 | 25 | 200 | 40 | 105 |
| Binary | 10010110 | 11001001 | 10011101 | 11001 | 0 | 10110 | 10101 | 10000000 | 100000 | 1000101 |
Color Harmonies of #96C99D
Complementary color
Monochromatic Colors of #96C99D
Black with #96C99D
Text Example
Text Example
White with #96C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C99D; }
p { color: rgb(150,201,157); }
H1.HeaderClassName
{
color: #96C99D;
}
.AnyTagClassName
{
color: #96C99D;
}
</style>
background-color css
<style>
a { background-color: #96C99D; }
a { background-color: rgb(150,201,157); }
div.DivClassName
{
background-color: #96C99D;
}
.BgClassName
{
background-color: #96C99D;
}
</style>
border-color css
<style>
span { border-color: #96C99D; }
span { border-color: rgb(150,201,157); }
td.TdClassName
{
border-color: #96C99D;
}
.TagClassName
{
border-color: #96C99D;
}
</style>