Shades of Chinook #96CEA0
Tints of Chinook #96CEA0
RGB
CMYK
RGB Variations
Color information
#96CEA0 (or 0x96CEA0) is known color: Chinook. HEX triplet: 96, CE and A0. RGB value is (150,206,160). Sum of RGB (Red+Green+Blue) = 150+206+160=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CEA0 is #69315F. Grayscale: #B8B8B8. Windows color (decimal): -6893920 or 10538646. OLE color: 10538646.
HSL color Cylindrical-coordinate representation of color #96CEA0: hue angle of 130.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEA0 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 160 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.19 |
| HSL | 130.71º | 0.36% | 0.7% | - |
| HSV(B) | 130.71º | 0.27% | 0.81% | - |
| XYZ | 40.99 | 53.16 | 41.36 | - |
| YUV | 184.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 160 | 0.27 | 0 | 0.22 | 0.19 | 130.71 | 0.36 | 0.7 |
| Hex | 96 | CE | A0 | 1B | 0 | 16 | 13 | 83 | 24 | 46 |
| Octal | 226 | 316 | 240 | 33 | 0 | 26 | 23 | 203 | 44 | 106 |
| Binary | 10010110 | 11001110 | 10100000 | 11011 | 0 | 10110 | 10011 | 10000011 | 100100 | 1000110 |
Color Harmonies of #96CEA0
Complementary color
Monochromatic Colors of #96CEA0
Black with #96CEA0
Text Example
Text Example
White with #96CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEA0; }
p { color: rgb(150,206,160); }
H1.HeaderClassName
{
color: #96CEA0;
}
.AnyTagClassName
{
color: #96CEA0;
}
</style>
background-color css
<style>
a { background-color: #96CEA0; }
a { background-color: rgb(150,206,160); }
div.DivClassName
{
background-color: #96CEA0;
}
.BgClassName
{
background-color: #96CEA0;
}
</style>
border-color css
<style>
span { border-color: #96CEA0; }
span { border-color: rgb(150,206,160); }
td.TdClassName
{
border-color: #96CEA0;
}
.TagClassName
{
border-color: #96CEA0;
}
</style>