Shades of Chinook #96CBA3
Tints of Chinook #96CBA3
RGB
CMYK
RGB Variations
Color information
#96CBA3 (or 0x96CBA3) is known color: Chinook. HEX triplet: 96, CB and A3. RGB value is (150,203,163). Sum of RGB (Red+Green+Blue) = 150+203+163=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CBA3 is #69345C. Grayscale: #B6B6B6. Windows color (decimal): -6894685 or 10734486. OLE color: 10734486.
HSL color Cylindrical-coordinate representation of color #96CBA3: hue angle of 134.72º degrees, saturation: 0.34, 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 #96CBA3 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 163 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.20 |
| HSL | 134.72º | 0.34% | 0.69% | - |
| HSV(B) | 134.72º | 0.26% | 0.8% | - |
| XYZ | 40.54 | 51.84 | 42.52 | - |
| YUV | 182.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 163 | 0.26 | 0 | 0.20 | 0.20 | 134.72 | 0.34 | 0.69 |
| Hex | 96 | CB | A3 | 1A | 0 | 14 | 14 | 87 | 22 | 45 |
| Octal | 226 | 313 | 243 | 32 | 0 | 24 | 24 | 207 | 42 | 105 |
| Binary | 10010110 | 11001011 | 10100011 | 11010 | 0 | 10100 | 10100 | 10000111 | 100010 | 1000101 |
Color Harmonies of #96CBA3
Complementary color
Monochromatic Colors of #96CBA3
Black with #96CBA3
Text Example
Text Example
White with #96CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBA3; }
p { color: rgb(150,203,163); }
H1.HeaderClassName
{
color: #96CBA3;
}
.AnyTagClassName
{
color: #96CBA3;
}
</style>
background-color css
<style>
a { background-color: #96CBA3; }
a { background-color: rgb(150,203,163); }
div.DivClassName
{
background-color: #96CBA3;
}
.BgClassName
{
background-color: #96CBA3;
}
</style>
border-color css
<style>
span { border-color: #96CBA3; }
span { border-color: rgb(150,203,163); }
td.TdClassName
{
border-color: #96CBA3;
}
.TagClassName
{
border-color: #96CBA3;
}
</style>