Shades of Chinook #96CAA3
Tints of Chinook #96CAA3
RGB
CMYK
RGB Variations
Color information
#96CAA3 (or 0x96CAA3) is known color: Chinook. HEX triplet: 96, CA and A3. RGB value is (150,202,163). Sum of RGB (Red+Green+Blue) = 150+202+163=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CAA3 is #69355C. Grayscale: #B6B6B6. Windows color (decimal): -6894941 or 10734230. OLE color: 10734230.
HSL color Cylindrical-coordinate representation of color #96CAA3: hue angle of 135º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAA3 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 163 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.21 |
| HSL | 135º | 0.33% | 0.69% | - |
| HSV(B) | 135º | 0.26% | 0.79% | - |
| XYZ | 40.31 | 51.37 | 42.44 | - |
| YUV | 182.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 163 | 0.26 | 0 | 0.19 | 0.21 | 135 | 0.33 | 0.69 |
| Hex | 96 | CA | A3 | 1A | 0 | 13 | 15 | 87 | 21 | 45 |
| Octal | 226 | 312 | 243 | 32 | 0 | 23 | 25 | 207 | 41 | 105 |
| Binary | 10010110 | 11001010 | 10100011 | 11010 | 0 | 10011 | 10101 | 10000111 | 100001 | 1000101 |
Color Harmonies of #96CAA3
Complementary color
Monochromatic Colors of #96CAA3
Black with #96CAA3
Text Example
Text Example
White with #96CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CAA3; }
p { color: rgb(150,202,163); }
H1.HeaderClassName
{
color: #96CAA3;
}
.AnyTagClassName
{
color: #96CAA3;
}
</style>
background-color css
<style>
a { background-color: #96CAA3; }
a { background-color: rgb(150,202,163); }
div.DivClassName
{
background-color: #96CAA3;
}
.BgClassName
{
background-color: #96CAA3;
}
</style>
border-color css
<style>
span { border-color: #96CAA3; }
span { border-color: rgb(150,202,163); }
td.TdClassName
{
border-color: #96CAA3;
}
.TagClassName
{
border-color: #96CAA3;
}
</style>