Shades of Chinook #96C39D
Tints of Chinook #96C39D
RGB
CMYK
RGB Variations
Color information
#96C39D (or 0x96C39D) is known color: Chinook. HEX triplet: 96, C3 and 9D. RGB value is (150,195,157). Sum of RGB (Red+Green+Blue) = 150+195+157=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #96C39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C39D is #693C62. Grayscale: #B1B1B1. Windows color (decimal): -6896739 or 10339222. OLE color: 10339222.
HSL color Cylindrical-coordinate representation of color #96C39D: hue angle of 129.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C39D is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 157 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.24 |
| HSL | 129.33º | 0.27% | 0.68% | - |
| HSV(B) | 129.33º | 0.23% | 0.76% | - |
| XYZ | 38.18 | 47.95 | 39.14 | - |
| YUV | 177.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 157 | 0.23 | 0 | 0.19 | 0.24 | 129.33 | 0.27 | 0.68 |
| Hex | 96 | C3 | 9D | 17 | 0 | 13 | 18 | 81 | 1B | 44 |
| Octal | 226 | 303 | 235 | 27 | 0 | 23 | 30 | 201 | 33 | 104 |
| Binary | 10010110 | 11000011 | 10011101 | 10111 | 0 | 10011 | 11000 | 10000001 | 11011 | 1000100 |
Color Harmonies of #96C39D
Complementary color
Monochromatic Colors of #96C39D
Black with #96C39D
Text Example
Text Example
White with #96C39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C39D; }
p { color: rgb(150,195,157); }
H1.HeaderClassName
{
color: #96C39D;
}
.AnyTagClassName
{
color: #96C39D;
}
</style>
background-color css
<style>
a { background-color: #96C39D; }
a { background-color: rgb(150,195,157); }
div.DivClassName
{
background-color: #96C39D;
}
.BgClassName
{
background-color: #96C39D;
}
</style>
border-color css
<style>
span { border-color: #96C39D; }
span { border-color: rgb(150,195,157); }
td.TdClassName
{
border-color: #96C39D;
}
.TagClassName
{
border-color: #96C39D;
}
</style>