Shades of Chinook #96D89B
Tints of Chinook #96D89B
RGB
CMYK
RGB Variations
Color information
#96D89B (or 0x96D89B) is known color: Chinook. HEX triplet: 96, D8 and 9B. RGB value is (150,216,155). Sum of RGB (Red+Green+Blue) = 150+216+155=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #96D89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D89B is #692764. Grayscale: #BDBDBD. Windows color (decimal): -6891365 or 10213526. OLE color: 10213526.
HSL color Cylindrical-coordinate representation of color #96D89B: hue angle of 124.55º 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 #96D89B is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 216 | 155 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.15 |
| HSL | 124.55º | 0.46% | 0.72% | - |
| HSV(B) | 124.55º | 0.31% | 0.85% | - |
| XYZ | 43.05 | 57.96 | 39.93 | - |
| YUV | 189.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 216 | 155 | 0.31 | 0 | 0.28 | 0.15 | 124.55 | 0.46 | 0.72 |
| Hex | 96 | D8 | 9B | 1F | 0 | 1C | F | 7D | 2E | 48 |
| Octal | 226 | 330 | 233 | 37 | 0 | 34 | 17 | 175 | 56 | 110 |
| Binary | 10010110 | 11011000 | 10011011 | 11111 | 0 | 11100 | 1111 | 1111101 | 101110 | 1001000 |
Color Harmonies of #96D89B
Complementary color
Monochromatic Colors of #96D89B
Black with #96D89B
Text Example
Text Example
White with #96D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D89B; }
p { color: rgb(150,216,155); }
H1.HeaderClassName
{
color: #96D89B;
}
.AnyTagClassName
{
color: #96D89B;
}
</style>
background-color css
<style>
a { background-color: #96D89B; }
a { background-color: rgb(150,216,155); }
div.DivClassName
{
background-color: #96D89B;
}
.BgClassName
{
background-color: #96D89B;
}
</style>
border-color css
<style>
span { border-color: #96D89B; }
span { border-color: rgb(150,216,155); }
td.TdClassName
{
border-color: #96D89B;
}
.TagClassName
{
border-color: #96D89B;
}
</style>