Shades of Chinook #96C99C
Tints of Chinook #96C99C
RGB
CMYK
RGB Variations
Color information
#96C99C (or 0x96C99C) is known color: Chinook. HEX triplet: 96, C9 and 9C. RGB value is (150,201,156). Sum of RGB (Red+Green+Blue) = 150+201+156=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #96C99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C99C is #693663. Grayscale: #B4B4B4. Windows color (decimal): -6895204 or 10275222. OLE color: 10275222.
HSL color Cylindrical-coordinate representation of color #96C99C: hue angle of 127.06º 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 #96C99C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 156 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.21 |
| HSL | 127.06º | 0.32% | 0.69% | - |
| HSV(B) | 127.06º | 0.25% | 0.79% | - |
| XYZ | 39.47 | 50.66 | 39.15 | - |
| YUV | 180.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 156 | 0.25 | 0 | 0.22 | 0.21 | 127.06 | 0.32 | 0.69 |
| Hex | 96 | C9 | 9C | 19 | 0 | 16 | 15 | 7F | 20 | 45 |
| Octal | 226 | 311 | 234 | 31 | 0 | 26 | 25 | 177 | 40 | 105 |
| Binary | 10010110 | 11001001 | 10011100 | 11001 | 0 | 10110 | 10101 | 1111111 | 100000 | 1000101 |
Color Harmonies of #96C99C
Complementary color
Monochromatic Colors of #96C99C
Black with #96C99C
Text Example
Text Example
White with #96C99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C99C; }
p { color: rgb(150,201,156); }
H1.HeaderClassName
{
color: #96C99C;
}
.AnyTagClassName
{
color: #96C99C;
}
</style>
background-color css
<style>
a { background-color: #96C99C; }
a { background-color: rgb(150,201,156); }
div.DivClassName
{
background-color: #96C99C;
}
.BgClassName
{
background-color: #96C99C;
}
</style>
border-color css
<style>
span { border-color: #96C99C; }
span { border-color: rgb(150,201,156); }
td.TdClassName
{
border-color: #96C99C;
}
.TagClassName
{
border-color: #96C99C;
}
</style>