Shades of Chinook #96DBA0
Tints of Chinook #96DBA0
RGB
CMYK
RGB Variations
Color information
#96DBA0 (or 0x96DBA0) is known color: Chinook. HEX triplet: 96, DB and A0. RGB value is (150,219,160). Sum of RGB (Red+Green+Blue) = 150+219+160=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBA0 is #69245F. Grayscale: #BFBFBF. Windows color (decimal): -6890592 or 10541974. OLE color: 10541974.
HSL color Cylindrical-coordinate representation of color #96DBA0: hue angle of 128.7º 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 #96DBA0 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 160 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.14 |
| HSL | 128.7º | 0.49% | 0.72% | - |
| HSV(B) | 128.7º | 0.32% | 0.86% | - |
| XYZ | 44.25 | 59.69 | 42.45 | - |
| YUV | 191.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 160 | 0.32 | 0 | 0.27 | 0.14 | 128.7 | 0.49 | 0.72 |
| Hex | 96 | DB | A0 | 20 | 0 | 1B | E | 81 | 31 | 48 |
| Octal | 226 | 333 | 240 | 40 | 0 | 33 | 16 | 201 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10100000 | 100000 | 0 | 11011 | 1110 | 10000001 | 110001 | 1001000 |
Color Harmonies of #96DBA0
Complementary color
Monochromatic Colors of #96DBA0
Black with #96DBA0
Text Example
Text Example
White with #96DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBA0; }
p { color: rgb(150,219,160); }
H1.HeaderClassName
{
color: #96DBA0;
}
.AnyTagClassName
{
color: #96DBA0;
}
</style>
background-color css
<style>
a { background-color: #96DBA0; }
a { background-color: rgb(150,219,160); }
div.DivClassName
{
background-color: #96DBA0;
}
.BgClassName
{
background-color: #96DBA0;
}
</style>
border-color css
<style>
span { border-color: #96DBA0; }
span { border-color: rgb(150,219,160); }
td.TdClassName
{
border-color: #96DBA0;
}
.TagClassName
{
border-color: #96DBA0;
}
</style>