Shades of Chinook #96CCA2
Tints of Chinook #96CCA2
RGB
CMYK
RGB Variations
Color information
#96CCA2 (or 0x96CCA2) is known color: Chinook. HEX triplet: 96, CC and A2. RGB value is (150,204,162). Sum of RGB (Red+Green+Blue) = 150+204+162=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CCA2 is #69335D. Grayscale: #B7B7B7. Windows color (decimal): -6894430 or 10669206. OLE color: 10669206.
HSL color Cylindrical-coordinate representation of color #96CCA2: hue angle of 133.33º 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 #96CCA2 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 162 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.2 |
| HSL | 133.33º | 0.35% | 0.69% | - |
| HSV(B) | 133.33º | 0.26% | 0.8% | - |
| XYZ | 40.69 | 52.28 | 42.13 | - |
| YUV | 183.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 162 | 0.26 | 0 | 0.21 | 0.2 | 133.33 | 0.35 | 0.69 |
| Hex | 96 | CC | A2 | 1A | 0 | 15 | 14 | 85 | 23 | 45 |
| Octal | 226 | 314 | 242 | 32 | 0 | 25 | 24 | 205 | 43 | 105 |
| Binary | 10010110 | 11001100 | 10100010 | 11010 | 0 | 10101 | 10100 | 10000101 | 100011 | 1000101 |
Color Harmonies of #96CCA2
Complementary color
Monochromatic Colors of #96CCA2
Black with #96CCA2
Text Example
Text Example
White with #96CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CCA2; }
p { color: rgb(150,204,162); }
H1.HeaderClassName
{
color: #96CCA2;
}
.AnyTagClassName
{
color: #96CCA2;
}
</style>
background-color css
<style>
a { background-color: #96CCA2; }
a { background-color: rgb(150,204,162); }
div.DivClassName
{
background-color: #96CCA2;
}
.BgClassName
{
background-color: #96CCA2;
}
</style>
border-color css
<style>
span { border-color: #96CCA2; }
span { border-color: rgb(150,204,162); }
td.TdClassName
{
border-color: #96CCA2;
}
.TagClassName
{
border-color: #96CCA2;
}
</style>