Shades of Chinook #96DB9F
Tints of Chinook #96DB9F
RGB
CMYK
RGB Variations
Color information
#96DB9F (or 0x96DB9F) is known color: Chinook. HEX triplet: 96, DB and 9F. RGB value is (150,219,159). Sum of RGB (Red+Green+Blue) = 150+219+159=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB9F is #692460. Grayscale: #BFBFBF. Windows color (decimal): -6890593 or 10476438. OLE color: 10476438.
HSL color Cylindrical-coordinate representation of color #96DB9F: hue angle of 127.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DB9F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 159 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.14 |
| HSL | 127.83º | 0.49% | 0.72% | - |
| HSV(B) | 127.83º | 0.32% | 0.86% | - |
| XYZ | 44.17 | 59.65 | 41.99 | - |
| YUV | 191.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 159 | 0.32 | 0 | 0.27 | 0.14 | 127.83 | 0.49 | 0.72 |
| Hex | 96 | DB | 9F | 20 | 0 | 1B | E | 80 | 31 | 48 |
| Octal | 226 | 333 | 237 | 40 | 0 | 33 | 16 | 200 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10011111 | 100000 | 0 | 11011 | 1110 | 10000000 | 110001 | 1001000 |
Color Harmonies of #96DB9F
Complementary color
Monochromatic Colors of #96DB9F
Black with #96DB9F
Text Example
Text Example
White with #96DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB9F; }
p { color: rgb(150,219,159); }
H1.HeaderClassName
{
color: #96DB9F;
}
.AnyTagClassName
{
color: #96DB9F;
}
</style>
background-color css
<style>
a { background-color: #96DB9F; }
a { background-color: rgb(150,219,159); }
div.DivClassName
{
background-color: #96DB9F;
}
.BgClassName
{
background-color: #96DB9F;
}
</style>
border-color css
<style>
span { border-color: #96DB9F; }
span { border-color: rgb(150,219,159); }
td.TdClassName
{
border-color: #96DB9F;
}
.TagClassName
{
border-color: #96DB9F;
}
</style>