Shades of Chinook #96DFA5
Tints of Chinook #96DFA5
RGB
CMYK
RGB Variations
Color information
#96DFA5 (or 0x96DFA5) is known color: Chinook. HEX triplet: 96, DF and A5. RGB value is (150,223,165). Sum of RGB (Red+Green+Blue) = 150+223+165=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFA5 is #69205A. Grayscale: #C2C2C2. Windows color (decimal): -6889563 or 10870678. OLE color: 10870678.
HSL color Cylindrical-coordinate representation of color #96DFA5: hue angle of 132.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFA5 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 165 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.13 |
| HSL | 132.33º | 0.53% | 0.73% | - |
| HSV(B) | 132.33º | 0.33% | 0.87% | - |
| XYZ | 45.76 | 61.98 | 45.15 | - |
| YUV | 194.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 165 | 0.33 | 0 | 0.26 | 0.13 | 132.33 | 0.53 | 0.73 |
| Hex | 96 | DF | A5 | 21 | 0 | 1A | D | 84 | 35 | 49 |
| Octal | 226 | 337 | 245 | 41 | 0 | 32 | 15 | 204 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10100101 | 100001 | 0 | 11010 | 1101 | 10000100 | 110101 | 1001001 |
Color Harmonies of #96DFA5
Complementary color
Monochromatic Colors of #96DFA5
Black with #96DFA5
Text Example
Text Example
White with #96DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFA5; }
p { color: rgb(150,223,165); }
H1.HeaderClassName
{
color: #96DFA5;
}
.AnyTagClassName
{
color: #96DFA5;
}
</style>
background-color css
<style>
a { background-color: #96DFA5; }
a { background-color: rgb(150,223,165); }
div.DivClassName
{
background-color: #96DFA5;
}
.BgClassName
{
background-color: #96DFA5;
}
</style>
border-color css
<style>
span { border-color: #96DFA5; }
span { border-color: rgb(150,223,165); }
td.TdClassName
{
border-color: #96DFA5;
}
.TagClassName
{
border-color: #96DFA5;
}
</style>