Shades of Chinook #96CFA3
Tints of Chinook #96CFA3
RGB
CMYK
RGB Variations
Color information
#96CFA3 (or 0x96CFA3) is known color: Chinook. HEX triplet: 96, CF and A3. RGB value is (150,207,163). Sum of RGB (Red+Green+Blue) = 150+207+163=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CFA3 is #69305C. Grayscale: #B9B9B9. Windows color (decimal): -6893661 or 10735510. OLE color: 10735510.
HSL color Cylindrical-coordinate representation of color #96CFA3: hue angle of 133.68º 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 #96CFA3 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 163 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.19 |
| HSL | 133.68º | 0.37% | 0.7% | - |
| HSV(B) | 133.68º | 0.28% | 0.81% | - |
| XYZ | 41.5 | 53.75 | 42.84 | - |
| YUV | 184.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 163 | 0.28 | 0 | 0.21 | 0.19 | 133.68 | 0.37 | 0.7 |
| Hex | 96 | CF | A3 | 1C | 0 | 15 | 13 | 86 | 25 | 46 |
| Octal | 226 | 317 | 243 | 34 | 0 | 25 | 23 | 206 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10100011 | 11100 | 0 | 10101 | 10011 | 10000110 | 100101 | 1000110 |
Color Harmonies of #96CFA3
Complementary color
Monochromatic Colors of #96CFA3
Black with #96CFA3
Text Example
Text Example
White with #96CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFA3; }
p { color: rgb(150,207,163); }
H1.HeaderClassName
{
color: #96CFA3;
}
.AnyTagClassName
{
color: #96CFA3;
}
</style>
background-color css
<style>
a { background-color: #96CFA3; }
a { background-color: rgb(150,207,163); }
div.DivClassName
{
background-color: #96CFA3;
}
.BgClassName
{
background-color: #96CFA3;
}
</style>
border-color css
<style>
span { border-color: #96CFA3; }
span { border-color: rgb(150,207,163); }
td.TdClassName
{
border-color: #96CFA3;
}
.TagClassName
{
border-color: #96CFA3;
}
</style>