Shades of Chinook #96DBA3
Tints of Chinook #96DBA3
RGB
CMYK
RGB Variations
Color information
#96DBA3 (or 0x96DBA3) is known color: Chinook. HEX triplet: 96, DB and A3. RGB value is (150,219,163). Sum of RGB (Red+Green+Blue) = 150+219+163=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBA3 is #69245C. Grayscale: #C0C0C0. Windows color (decimal): -6890589 or 10738582. OLE color: 10738582.
HSL color Cylindrical-coordinate representation of color #96DBA3: hue angle of 131.3º 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 #96DBA3 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 163 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.14 |
| HSL | 131.3º | 0.49% | 0.72% | - |
| HSV(B) | 131.3º | 0.32% | 0.86% | - |
| XYZ | 44.52 | 59.79 | 43.84 | - |
| YUV | 191.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 163 | 0.32 | 0 | 0.26 | 0.14 | 131.3 | 0.49 | 0.72 |
| Hex | 96 | DB | A3 | 20 | 0 | 1A | E | 83 | 31 | 48 |
| Octal | 226 | 333 | 243 | 40 | 0 | 32 | 16 | 203 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10100011 | 100000 | 0 | 11010 | 1110 | 10000011 | 110001 | 1001000 |
Color Harmonies of #96DBA3
Complementary color
Monochromatic Colors of #96DBA3
Black with #96DBA3
Text Example
Text Example
White with #96DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBA3; }
p { color: rgb(150,219,163); }
H1.HeaderClassName
{
color: #96DBA3;
}
.AnyTagClassName
{
color: #96DBA3;
}
</style>
background-color css
<style>
a { background-color: #96DBA3; }
a { background-color: rgb(150,219,163); }
div.DivClassName
{
background-color: #96DBA3;
}
.BgClassName
{
background-color: #96DBA3;
}
</style>
border-color css
<style>
span { border-color: #96DBA3; }
span { border-color: rgb(150,219,163); }
td.TdClassName
{
border-color: #96DBA3;
}
.TagClassName
{
border-color: #96DBA3;
}
</style>