Shades of Chinook #96CDA2
Tints of Chinook #96CDA2
RGB
CMYK
RGB Variations
Color information
#96CDA2 (or 0x96CDA2) is known color: Chinook. HEX triplet: 96, CD and A2. RGB value is (150,205,162). Sum of RGB (Red+Green+Blue) = 150+205+162=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #96CDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CDA2 is #69325D. Grayscale: #B7B7B7. Windows color (decimal): -6894174 or 10669462. OLE color: 10669462.
HSL color Cylindrical-coordinate representation of color #96CDA2: hue angle of 133.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CDA2 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 205 | 162 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.20 |
| HSL | 133.09º | 0.35% | 0.7% | - |
| HSV(B) | 133.09º | 0.27% | 0.8% | - |
| XYZ | 40.93 | 52.76 | 42.21 | - |
| YUV | 183.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 162 | 0.27 | 0 | 0.21 | 0.20 | 133.09 | 0.35 | 0.7 |
| Hex | 96 | CD | A2 | 1B | 0 | 15 | 14 | 85 | 23 | 46 |
| Octal | 226 | 315 | 242 | 33 | 0 | 25 | 24 | 205 | 43 | 106 |
| Binary | 10010110 | 11001101 | 10100010 | 11011 | 0 | 10101 | 10100 | 10000101 | 100011 | 1000110 |
Color Harmonies of #96CDA2
Complementary color
Monochromatic Colors of #96CDA2
Black with #96CDA2
Text Example
Text Example
White with #96CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDA2; }
p { color: rgb(150,205,162); }
H1.HeaderClassName
{
color: #96CDA2;
}
.AnyTagClassName
{
color: #96CDA2;
}
</style>
background-color css
<style>
a { background-color: #96CDA2; }
a { background-color: rgb(150,205,162); }
div.DivClassName
{
background-color: #96CDA2;
}
.BgClassName
{
background-color: #96CDA2;
}
</style>
border-color css
<style>
span { border-color: #96CDA2; }
span { border-color: rgb(150,205,162); }
td.TdClassName
{
border-color: #96CDA2;
}
.TagClassName
{
border-color: #96CDA2;
}
</style>