Shades of Chinook #97D6A5
Tints of Chinook #97D6A5
RGB
CMYK
RGB Variations
Color information
#97D6A5 (or 0x97D6A5) is known color: Chinook. HEX triplet: 97, D6 and A5. RGB value is (151,214,165). Sum of RGB (Red+Green+Blue) = 151+214+165=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D6A5 is #68295A. Grayscale: #BDBDBD. Windows color (decimal): -6826331 or 10868375. OLE color: 10868375.
HSL color Cylindrical-coordinate representation of color #97D6A5: hue angle of 133.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6A5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 165 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.16 |
| HSL | 133.33º | 0.43% | 0.72% | - |
| HSV(B) | 133.33º | 0.29% | 0.84% | - |
| XYZ | 43.6 | 57.39 | 44.38 | - |
| YUV | 189.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 165 | 0.29 | 0 | 0.23 | 0.16 | 133.33 | 0.43 | 0.72 |
| Hex | 97 | D6 | A5 | 1D | 0 | 17 | 10 | 85 | 2B | 48 |
| Octal | 227 | 326 | 245 | 35 | 0 | 27 | 20 | 205 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10100101 | 11101 | 0 | 10111 | 10000 | 10000101 | 101011 | 1001000 |
Color Harmonies of #97D6A5
Complementary color
Monochromatic Colors of #97D6A5
Black with #97D6A5
Text Example
Text Example
White with #97D6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6A5; }
p { color: rgb(151,214,165); }
H1.HeaderClassName
{
color: #97D6A5;
}
.AnyTagClassName
{
color: #97D6A5;
}
</style>
background-color css
<style>
a { background-color: #97D6A5; }
a { background-color: rgb(151,214,165); }
div.DivClassName
{
background-color: #97D6A5;
}
.BgClassName
{
background-color: #97D6A5;
}
</style>
border-color css
<style>
span { border-color: #97D6A5; }
span { border-color: rgb(151,214,165); }
td.TdClassName
{
border-color: #97D6A5;
}
.TagClassName
{
border-color: #97D6A5;
}
</style>