Shades of Chinook #96D89C
Tints of Chinook #96D89C
RGB
CMYK
RGB Variations
Color information
#96D89C (or 0x96D89C) is known color: Chinook. HEX triplet: 96, D8 and 9C. RGB value is (150,216,156). Sum of RGB (Red+Green+Blue) = 150+216+156=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #96D89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D89C is #692763. Grayscale: #BDBDBD. Windows color (decimal): -6891364 or 10279062. OLE color: 10279062.
HSL color Cylindrical-coordinate representation of color #96D89C: hue angle of 125.45º degrees, saturation: 0.46, 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 #96D89C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 156 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.15 |
| HSL | 125.45º | 0.46% | 0.72% | - |
| HSV(B) | 125.45º | 0.31% | 0.85% | - |
| XYZ | 43.13 | 58 | 40.37 | - |
| YUV | 189.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 156 | 0.31 | 0 | 0.28 | 0.15 | 125.45 | 0.46 | 0.72 |
| Hex | 96 | D8 | 9C | 1F | 0 | 1C | F | 7D | 2E | 48 |
| Octal | 226 | 330 | 234 | 37 | 0 | 34 | 17 | 175 | 56 | 110 |
| Binary | 10010110 | 11011000 | 10011100 | 11111 | 0 | 11100 | 1111 | 1111101 | 101110 | 1001000 |
Color Harmonies of #96D89C
Complementary color
Monochromatic Colors of #96D89C
Black with #96D89C
Text Example
Text Example
White with #96D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D89C; }
p { color: rgb(150,216,156); }
H1.HeaderClassName
{
color: #96D89C;
}
.AnyTagClassName
{
color: #96D89C;
}
</style>
background-color css
<style>
a { background-color: #96D89C; }
a { background-color: rgb(150,216,156); }
div.DivClassName
{
background-color: #96D89C;
}
.BgClassName
{
background-color: #96D89C;
}
</style>
border-color css
<style>
span { border-color: #96D89C; }
span { border-color: rgb(150,216,156); }
td.TdClassName
{
border-color: #96D89C;
}
.TagClassName
{
border-color: #96D89C;
}
</style>