Shades of Chinook #96D69A
Tints of Chinook #96D69A
RGB
CMYK
RGB Variations
Color information
#96D69A (or 0x96D69A) is known color: Chinook. HEX triplet: 96, D6 and 9A. RGB value is (150,214,154). Sum of RGB (Red+Green+Blue) = 150+214+154=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #96D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D69A is #692965. Grayscale: #BCBCBC. Windows color (decimal): -6891878 or 10147478. OLE color: 10147478.
HSL color Cylindrical-coordinate representation of color #96D69A: hue angle of 123.75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D69A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 154 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.16 |
| HSL | 123.75º | 0.44% | 0.71% | - |
| HSV(B) | 123.75º | 0.3% | 0.84% | - |
| XYZ | 42.46 | 56.91 | 39.32 | - |
| YUV | 188.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 154 | 0.30 | 0 | 0.28 | 0.16 | 123.75 | 0.44 | 0.71 |
| Hex | 96 | D6 | 9A | 1E | 0 | 1C | 10 | 7C | 2C | 47 |
| Octal | 226 | 326 | 232 | 36 | 0 | 34 | 20 | 174 | 54 | 107 |
| Binary | 10010110 | 11010110 | 10011010 | 11110 | 0 | 11100 | 10000 | 1111100 | 101100 | 1000111 |
Color Harmonies of #96D69A
Complementary color
Monochromatic Colors of #96D69A
Black with #96D69A
Text Example
Text Example
White with #96D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D69A; }
p { color: rgb(150,214,154); }
H1.HeaderClassName
{
color: #96D69A;
}
.AnyTagClassName
{
color: #96D69A;
}
</style>
background-color css
<style>
a { background-color: #96D69A; }
a { background-color: rgb(150,214,154); }
div.DivClassName
{
background-color: #96D69A;
}
.BgClassName
{
background-color: #96D69A;
}
</style>
border-color css
<style>
span { border-color: #96D69A; }
span { border-color: rgb(150,214,154); }
td.TdClassName
{
border-color: #96D69A;
}
.TagClassName
{
border-color: #96D69A;
}
</style>