Shades of Chinook #96C89C
Tints of Chinook #96C89C
RGB
CMYK
RGB Variations
Color information
#96C89C (or 0x96C89C) is known color: Chinook. HEX triplet: 96, C8 and 9C. RGB value is (150,200,156). Sum of RGB (Red+Green+Blue) = 150+200+156=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89C is #693763. Grayscale: #B4B4B4. Windows color (decimal): -6895460 or 10274966. OLE color: 10274966.
HSL color Cylindrical-coordinate representation of color #96C89C: hue angle of 127.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C89C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 156 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.22 |
| HSL | 127.2º | 0.31% | 0.69% | - |
| HSV(B) | 127.2º | 0.25% | 0.78% | - |
| XYZ | 39.23 | 50.19 | 39.07 | - |
| YUV | 180.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 156 | 0.25 | 0 | 0.22 | 0.22 | 127.2 | 0.31 | 0.69 |
| Hex | 96 | C8 | 9C | 19 | 0 | 16 | 16 | 7F | 1F | 45 |
| Octal | 226 | 310 | 234 | 31 | 0 | 26 | 26 | 177 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10011100 | 11001 | 0 | 10110 | 10110 | 1111111 | 11111 | 1000101 |
Color Harmonies of #96C89C
Complementary color
Monochromatic Colors of #96C89C
Black with #96C89C
Text Example
Text Example
White with #96C89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C89C; }
p { color: rgb(150,200,156); }
H1.HeaderClassName
{
color: #96C89C;
}
.AnyTagClassName
{
color: #96C89C;
}
</style>
background-color css
<style>
a { background-color: #96C89C; }
a { background-color: rgb(150,200,156); }
div.DivClassName
{
background-color: #96C89C;
}
.BgClassName
{
background-color: #96C89C;
}
</style>
border-color css
<style>
span { border-color: #96C89C; }
span { border-color: rgb(150,200,156); }
td.TdClassName
{
border-color: #96C89C;
}
.TagClassName
{
border-color: #96C89C;
}
</style>