Shades of Chinook #96C89E
Tints of Chinook #96C89E
RGB
CMYK
RGB Variations
Color information
#96C89E (or 0x96C89E) is known color: Chinook. HEX triplet: 96, C8 and 9E. RGB value is (150,200,158). Sum of RGB (Red+Green+Blue) = 150+200+158=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #96C89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C89E is #693761. Grayscale: #B4B4B4. Windows color (decimal): -6895458 or 10406038. OLE color: 10406038.
HSL color Cylindrical-coordinate representation of color #96C89E: hue angle of 129.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C89E is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 158 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.22 |
| HSL | 129.6º | 0.31% | 0.69% | - |
| HSV(B) | 129.6º | 0.25% | 0.78% | - |
| XYZ | 39.4 | 50.26 | 39.97 | - |
| YUV | 180.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 158 | 0.25 | 0 | 0.21 | 0.22 | 129.6 | 0.31 | 0.69 |
| Hex | 96 | C8 | 9E | 19 | 0 | 15 | 16 | 82 | 1F | 45 |
| Octal | 226 | 310 | 236 | 31 | 0 | 25 | 26 | 202 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10011110 | 11001 | 0 | 10101 | 10110 | 10000010 | 11111 | 1000101 |
Color Harmonies of #96C89E
Complementary color
Monochromatic Colors of #96C89E
Black with #96C89E
Text Example
Text Example
White with #96C89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C89E; }
p { color: rgb(150,200,158); }
H1.HeaderClassName
{
color: #96C89E;
}
.AnyTagClassName
{
color: #96C89E;
}
</style>
background-color css
<style>
a { background-color: #96C89E; }
a { background-color: rgb(150,200,158); }
div.DivClassName
{
background-color: #96C89E;
}
.BgClassName
{
background-color: #96C89E;
}
</style>
border-color css
<style>
span { border-color: #96C89E; }
span { border-color: rgb(150,200,158); }
td.TdClassName
{
border-color: #96C89E;
}
.TagClassName
{
border-color: #96C89E;
}
</style>