Shades of Chinook #97C49E
Tints of Chinook #97C49E
RGB
CMYK
RGB Variations
Color information
#97C49E (or 0x97C49E) is known color: Chinook. HEX triplet: 97, C4 and 9E. RGB value is (151,196,158). Sum of RGB (Red+Green+Blue) = 151+196+158=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 196 - color contains mainly: green. Hex color #97C49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C49E is #683B61. Grayscale: #B2B2B2. Windows color (decimal): -6830946 or 10405015. OLE color: 10405015.
HSL color Cylindrical-coordinate representation of color #97C49E: hue angle of 129.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C49E is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 196 | 158 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.23 |
| HSL | 129.33º | 0.28% | 0.68% | - |
| HSV(B) | 129.33º | 0.23% | 0.77% | - |
| XYZ | 38.67 | 48.53 | 39.68 | - |
| YUV | 178.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 196 | 158 | 0.23 | 0 | 0.19 | 0.23 | 129.33 | 0.28 | 0.68 |
| Hex | 97 | C4 | 9E | 17 | 0 | 13 | 17 | 81 | 1C | 44 |
| Octal | 227 | 304 | 236 | 27 | 0 | 23 | 27 | 201 | 34 | 104 |
| Binary | 10010111 | 11000100 | 10011110 | 10111 | 0 | 10011 | 10111 | 10000001 | 11100 | 1000100 |
Color Harmonies of #97C49E
Complementary color
Monochromatic Colors of #97C49E
Black with #97C49E
Text Example
Text Example
White with #97C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C49E; }
p { color: rgb(151,196,158); }
H1.HeaderClassName
{
color: #97C49E;
}
.AnyTagClassName
{
color: #97C49E;
}
</style>
background-color css
<style>
a { background-color: #97C49E; }
a { background-color: rgb(151,196,158); }
div.DivClassName
{
background-color: #97C49E;
}
.BgClassName
{
background-color: #97C49E;
}
</style>
border-color css
<style>
span { border-color: #97C49E; }
span { border-color: rgb(151,196,158); }
td.TdClassName
{
border-color: #97C49E;
}
.TagClassName
{
border-color: #97C49E;
}
</style>