Shades of Chinook #96C89D
Tints of Chinook #96C89D
RGB
CMYK
RGB Variations
Color information
#96C89D (or 0x96C89D) is known color: Chinook. HEX triplet: 96, C8 and 9D. RGB value is (150,200,157). Sum of RGB (Red+Green+Blue) = 150+200+157=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89D is #693762. Grayscale: #B4B4B4. Windows color (decimal): -6895459 or 10340502. OLE color: 10340502.
HSL color Cylindrical-coordinate representation of color #96C89D: hue angle of 128.4º 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 #96C89D is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 157 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.22 |
| HSL | 128.4º | 0.31% | 0.69% | - |
| HSV(B) | 128.4º | 0.25% | 0.78% | - |
| XYZ | 39.32 | 50.23 | 39.52 | - |
| YUV | 180.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 157 | 0.25 | 0 | 0.22 | 0.22 | 128.4 | 0.31 | 0.69 |
| Hex | 96 | C8 | 9D | 19 | 0 | 16 | 16 | 80 | 1F | 45 |
| Octal | 226 | 310 | 235 | 31 | 0 | 26 | 26 | 200 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10011101 | 11001 | 0 | 10110 | 10110 | 10000000 | 11111 | 1000101 |
Color Harmonies of #96C89D
Complementary color
Monochromatic Colors of #96C89D
Black with #96C89D
Text Example
Text Example
White with #96C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C89D; }
p { color: rgb(150,200,157); }
H1.HeaderClassName
{
color: #96C89D;
}
.AnyTagClassName
{
color: #96C89D;
}
</style>
background-color css
<style>
a { background-color: #96C89D; }
a { background-color: rgb(150,200,157); }
div.DivClassName
{
background-color: #96C89D;
}
.BgClassName
{
background-color: #96C89D;
}
</style>
border-color css
<style>
span { border-color: #96C89D; }
span { border-color: rgb(150,200,157); }
td.TdClassName
{
border-color: #96C89D;
}
.TagClassName
{
border-color: #96C89D;
}
</style>