Shades of Chinook #98C5A7
Tints of Chinook #98C5A7
RGB
CMYK
RGB Variations
Color information
#98C5A7 (or 0x98C5A7) is known color: Chinook. HEX triplet: 98, C5 and A7. RGB value is (152,197,167). Sum of RGB (Red+Green+Blue) = 152+197+167=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5A7 is #673A58. Grayscale: #B4B4B4. Windows color (decimal): -6765145 or 10995096. OLE color: 10995096.
HSL color Cylindrical-coordinate representation of color #98C5A7: hue angle of 140º 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 #98C5A7 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 167 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.23 |
| HSL | 140º | 0.28% | 0.68% | - |
| HSV(B) | 140º | 0.23% | 0.77% | - |
| XYZ | 39.89 | 49.4 | 43.99 | - |
| YUV | 180.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 167 | 0.23 | 0 | 0.15 | 0.23 | 140 | 0.28 | 0.68 |
| Hex | 98 | C5 | A7 | 17 | 0 | F | 17 | 8C | 1C | 44 |
| Octal | 230 | 305 | 247 | 27 | 0 | 17 | 27 | 214 | 34 | 104 |
| Binary | 10011000 | 11000101 | 10100111 | 10111 | 0 | 1111 | 10111 | 10001100 | 11100 | 1000100 |
Color Harmonies of #98C5A7
Complementary color
Monochromatic Colors of #98C5A7
Black with #98C5A7
Text Example
Text Example
White with #98C5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5A7; }
p { color: rgb(152,197,167); }
H1.HeaderClassName
{
color: #98C5A7;
}
.AnyTagClassName
{
color: #98C5A7;
}
</style>
background-color css
<style>
a { background-color: #98C5A7; }
a { background-color: rgb(152,197,167); }
div.DivClassName
{
background-color: #98C5A7;
}
.BgClassName
{
background-color: #98C5A7;
}
</style>
border-color css
<style>
span { border-color: #98C5A7; }
span { border-color: rgb(152,197,167); }
td.TdClassName
{
border-color: #98C5A7;
}
.TagClassName
{
border-color: #98C5A7;
}
</style>