Shades of Chinook #96CFA7
Tints of Chinook #96CFA7
RGB
CMYK
RGB Variations
Color information
#96CFA7 (or 0x96CFA7) is known color: Chinook. HEX triplet: 96, CF and A7. RGB value is (150,207,167). Sum of RGB (Red+Green+Blue) = 150+207+167=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CFA7 is #693058. Grayscale: #B9B9B9. Windows color (decimal): -6893657 or 10997654. OLE color: 10997654.
HSL color Cylindrical-coordinate representation of color #96CFA7: hue angle of 137.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFA7 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 167 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.19 |
| HSL | 137.89º | 0.37% | 0.7% | - |
| HSV(B) | 137.89º | 0.28% | 0.81% | - |
| XYZ | 41.87 | 53.9 | 44.76 | - |
| YUV | 185.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 167 | 0.28 | 0 | 0.19 | 0.19 | 137.89 | 0.37 | 0.7 |
| Hex | 96 | CF | A7 | 1C | 0 | 13 | 13 | 8A | 25 | 46 |
| Octal | 226 | 317 | 247 | 34 | 0 | 23 | 23 | 212 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10100111 | 11100 | 0 | 10011 | 10011 | 10001010 | 100101 | 1000110 |
Color Harmonies of #96CFA7
Complementary color
Monochromatic Colors of #96CFA7
Black with #96CFA7
Text Example
Text Example
White with #96CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFA7; }
p { color: rgb(150,207,167); }
H1.HeaderClassName
{
color: #96CFA7;
}
.AnyTagClassName
{
color: #96CFA7;
}
</style>
background-color css
<style>
a { background-color: #96CFA7; }
a { background-color: rgb(150,207,167); }
div.DivClassName
{
background-color: #96CFA7;
}
.BgClassName
{
background-color: #96CFA7;
}
</style>
border-color css
<style>
span { border-color: #96CFA7; }
span { border-color: rgb(150,207,167); }
td.TdClassName
{
border-color: #96CFA7;
}
.TagClassName
{
border-color: #96CFA7;
}
</style>