Shades of Chinook #96D7A5
Tints of Chinook #96D7A5
RGB
CMYK
RGB Variations
Color information
#96D7A5 (or 0x96D7A5) is known color: Chinook. HEX triplet: 96, D7 and A5. RGB value is (150,215,165). Sum of RGB (Red+Green+Blue) = 150+215+165=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #96D7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D7A5 is #69285A. Grayscale: #BEBEBE. Windows color (decimal): -6891611 or 10868630. OLE color: 10868630.
HSL color Cylindrical-coordinate representation of color #96D7A5: hue angle of 133.85º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D7A5 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 165 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.16 |
| HSL | 133.85º | 0.45% | 0.72% | - |
| HSV(B) | 133.85º | 0.3% | 0.84% | - |
| XYZ | 43.67 | 57.8 | 44.45 | - |
| YUV | 189.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 165 | 0.30 | 0 | 0.23 | 0.16 | 133.85 | 0.45 | 0.72 |
| Hex | 96 | D7 | A5 | 1E | 0 | 17 | 10 | 86 | 2D | 48 |
| Octal | 226 | 327 | 245 | 36 | 0 | 27 | 20 | 206 | 55 | 110 |
| Binary | 10010110 | 11010111 | 10100101 | 11110 | 0 | 10111 | 10000 | 10000110 | 101101 | 1001000 |
Color Harmonies of #96D7A5
Complementary color
Monochromatic Colors of #96D7A5
Black with #96D7A5
Text Example
Text Example
White with #96D7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D7A5; }
p { color: rgb(150,215,165); }
H1.HeaderClassName
{
color: #96D7A5;
}
.AnyTagClassName
{
color: #96D7A5;
}
</style>
background-color css
<style>
a { background-color: #96D7A5; }
a { background-color: rgb(150,215,165); }
div.DivClassName
{
background-color: #96D7A5;
}
.BgClassName
{
background-color: #96D7A5;
}
</style>
border-color css
<style>
span { border-color: #96D7A5; }
span { border-color: rgb(150,215,165); }
td.TdClassName
{
border-color: #96D7A5;
}
.TagClassName
{
border-color: #96D7A5;
}
</style>