Shades of Chinook #96C59D
Tints of Chinook #96C59D
RGB
CMYK
RGB Variations
Color information
#96C59D (or 0x96C59D) is known color: Chinook. HEX triplet: 96, C5 and 9D. RGB value is (150,197,157). Sum of RGB (Red+Green+Blue) = 150+197+157=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #96C59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C59D is #693A62. Grayscale: #B2B2B2. Windows color (decimal): -6896227 or 10339734. OLE color: 10339734.
HSL color Cylindrical-coordinate representation of color #96C59D: hue angle of 128.94º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C59D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 157 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.23 |
| HSL | 128.94º | 0.29% | 0.68% | - |
| HSV(B) | 128.94º | 0.24% | 0.77% | - |
| XYZ | 38.63 | 48.85 | 39.29 | - |
| YUV | 178.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 157 | 0.24 | 0 | 0.20 | 0.23 | 128.94 | 0.29 | 0.68 |
| Hex | 96 | C5 | 9D | 18 | 0 | 14 | 17 | 81 | 1D | 44 |
| Octal | 226 | 305 | 235 | 30 | 0 | 24 | 27 | 201 | 35 | 104 |
| Binary | 10010110 | 11000101 | 10011101 | 11000 | 0 | 10100 | 10111 | 10000001 | 11101 | 1000100 |
Color Harmonies of #96C59D
Complementary color
Monochromatic Colors of #96C59D
Black with #96C59D
Text Example
Text Example
White with #96C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C59D; }
p { color: rgb(150,197,157); }
H1.HeaderClassName
{
color: #96C59D;
}
.AnyTagClassName
{
color: #96C59D;
}
</style>
background-color css
<style>
a { background-color: #96C59D; }
a { background-color: rgb(150,197,157); }
div.DivClassName
{
background-color: #96C59D;
}
.BgClassName
{
background-color: #96C59D;
}
</style>
border-color css
<style>
span { border-color: #96C59D; }
span { border-color: rgb(150,197,157); }
td.TdClassName
{
border-color: #96C59D;
}
.TagClassName
{
border-color: #96C59D;
}
</style>