Shades of Chinook #96CCA5
Tints of Chinook #96CCA5
RGB
CMYK
RGB Variations
Color information
#96CCA5 (or 0x96CCA5) is known color: Chinook. HEX triplet: 96, CC and A5. RGB value is (150,204,165). Sum of RGB (Red+Green+Blue) = 150+204+165=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCA5 is #69335A. Grayscale: #B7B7B7. Windows color (decimal): -6894427 or 10865814. OLE color: 10865814.
HSL color Cylindrical-coordinate representation of color #96CCA5: hue angle of 136.67º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCA5 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 165 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.2 |
| HSL | 136.67º | 0.35% | 0.69% | - |
| HSV(B) | 136.67º | 0.26% | 0.8% | - |
| XYZ | 40.96 | 52.39 | 43.55 | - |
| YUV | 183.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 165 | 0.26 | 0 | 0.19 | 0.2 | 136.67 | 0.35 | 0.69 |
| Hex | 96 | CC | A5 | 1A | 0 | 13 | 14 | 89 | 23 | 45 |
| Octal | 226 | 314 | 245 | 32 | 0 | 23 | 24 | 211 | 43 | 105 |
| Binary | 10010110 | 11001100 | 10100101 | 11010 | 0 | 10011 | 10100 | 10001001 | 100011 | 1000101 |
Color Harmonies of #96CCA5
Complementary color
Monochromatic Colors of #96CCA5
Black with #96CCA5
Text Example
Text Example
White with #96CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CCA5; }
p { color: rgb(150,204,165); }
H1.HeaderClassName
{
color: #96CCA5;
}
.AnyTagClassName
{
color: #96CCA5;
}
</style>
background-color css
<style>
a { background-color: #96CCA5; }
a { background-color: rgb(150,204,165); }
div.DivClassName
{
background-color: #96CCA5;
}
.BgClassName
{
background-color: #96CCA5;
}
</style>
border-color css
<style>
span { border-color: #96CCA5; }
span { border-color: rgb(150,204,165); }
td.TdClassName
{
border-color: #96CCA5;
}
.TagClassName
{
border-color: #96CCA5;
}
</style>