Shades of Chinook #96DBA4
Tints of Chinook #96DBA4
RGB
CMYK
RGB Variations
Color information
#96DBA4 (or 0x96DBA4) is known color: Chinook. HEX triplet: 96, DB and A4. RGB value is (150,219,164). Sum of RGB (Red+Green+Blue) = 150+219+164=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBA4 is #69245B. Grayscale: #C0C0C0. Windows color (decimal): -6890588 or 10804118. OLE color: 10804118.
HSL color Cylindrical-coordinate representation of color #96DBA4: hue angle of 132.17º 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 #96DBA4 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 164 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.14 |
| HSL | 132.17º | 0.49% | 0.72% | - |
| HSV(B) | 132.17º | 0.32% | 0.86% | - |
| XYZ | 44.61 | 59.83 | 44.32 | - |
| YUV | 192.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 164 | 0.32 | 0 | 0.25 | 0.14 | 132.17 | 0.49 | 0.72 |
| Hex | 96 | DB | A4 | 20 | 0 | 19 | E | 84 | 31 | 48 |
| Octal | 226 | 333 | 244 | 40 | 0 | 31 | 16 | 204 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10100100 | 100000 | 0 | 11001 | 1110 | 10000100 | 110001 | 1001000 |
Color Harmonies of #96DBA4
Complementary color
Monochromatic Colors of #96DBA4
Black with #96DBA4
Text Example
Text Example
White with #96DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBA4; }
p { color: rgb(150,219,164); }
H1.HeaderClassName
{
color: #96DBA4;
}
.AnyTagClassName
{
color: #96DBA4;
}
</style>
background-color css
<style>
a { background-color: #96DBA4; }
a { background-color: rgb(150,219,164); }
div.DivClassName
{
background-color: #96DBA4;
}
.BgClassName
{
background-color: #96DBA4;
}
</style>
border-color css
<style>
span { border-color: #96DBA4; }
span { border-color: rgb(150,219,164); }
td.TdClassName
{
border-color: #96DBA4;
}
.TagClassName
{
border-color: #96DBA4;
}
</style>