Shades of Chinook #97CBA9
Tints of Chinook #97CBA9
RGB
CMYK
RGB Variations
Color information
#97CBA9 (or 0x97CBA9) is known color: Chinook. HEX triplet: 97, CB and A9. RGB value is (151,203,169). Sum of RGB (Red+Green+Blue) = 151+203+169=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #97CBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CBA9 is #683456. Grayscale: #B7B7B7. Windows color (decimal): -6829143 or 11127703. OLE color: 11127703.
HSL color Cylindrical-coordinate representation of color #97CBA9: hue angle of 140.77º degrees, saturation: 0.33, 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 #97CBA9 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 169 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.20 |
| HSL | 140.77º | 0.33% | 0.69% | - |
| HSV(B) | 140.77º | 0.26% | 0.8% | - |
| XYZ | 41.28 | 52.16 | 45.43 | - |
| YUV | 183.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 169 | 0.26 | 0 | 0.17 | 0.20 | 140.77 | 0.33 | 0.69 |
| Hex | 97 | CB | A9 | 1A | 0 | 11 | 14 | 8D | 21 | 45 |
| Octal | 227 | 313 | 251 | 32 | 0 | 21 | 24 | 215 | 41 | 105 |
| Binary | 10010111 | 11001011 | 10101001 | 11010 | 0 | 10001 | 10100 | 10001101 | 100001 | 1000101 |
Color Harmonies of #97CBA9
Complementary color
Monochromatic Colors of #97CBA9
Black with #97CBA9
Text Example
Text Example
White with #97CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CBA9; }
p { color: rgb(151,203,169); }
H1.HeaderClassName
{
color: #97CBA9;
}
.AnyTagClassName
{
color: #97CBA9;
}
</style>
background-color css
<style>
a { background-color: #97CBA9; }
a { background-color: rgb(151,203,169); }
div.DivClassName
{
background-color: #97CBA9;
}
.BgClassName
{
background-color: #97CBA9;
}
</style>
border-color css
<style>
span { border-color: #97CBA9; }
span { border-color: rgb(151,203,169); }
td.TdClassName
{
border-color: #97CBA9;
}
.TagClassName
{
border-color: #97CBA9;
}
</style>