Shades of Chinook #98D7A9
Tints of Chinook #98D7A9
RGB
CMYK
RGB Variations
Color information
#98D7A9 (or 0x98D7A9) is known color: Chinook. HEX triplet: 98, D7 and A9. RGB value is (152,215,169). Sum of RGB (Red+Green+Blue) = 152+215+169=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D7A9 is #672856. Grayscale: #BFBFBF. Windows color (decimal): -6760535 or 11130776. OLE color: 11130776.
HSL color Cylindrical-coordinate representation of color #98D7A9: hue angle of 136.19º degrees, saturation: 0.44, 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 #98D7A9 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 169 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.16 |
| HSL | 136.19º | 0.44% | 0.72% | - |
| HSV(B) | 136.19º | 0.29% | 0.84% | - |
| XYZ | 44.41 | 58.14 | 46.42 | - |
| YUV | 190.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 169 | 0.29 | 0 | 0.21 | 0.16 | 136.19 | 0.44 | 0.72 |
| Hex | 98 | D7 | A9 | 1D | 0 | 15 | 10 | 88 | 2C | 48 |
| Octal | 230 | 327 | 251 | 35 | 0 | 25 | 20 | 210 | 54 | 110 |
| Binary | 10011000 | 11010111 | 10101001 | 11101 | 0 | 10101 | 10000 | 10001000 | 101100 | 1001000 |
Color Harmonies of #98D7A9
Complementary color
Monochromatic Colors of #98D7A9
Black with #98D7A9
Text Example
Text Example
White with #98D7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7A9; }
p { color: rgb(152,215,169); }
H1.HeaderClassName
{
color: #98D7A9;
}
.AnyTagClassName
{
color: #98D7A9;
}
</style>
background-color css
<style>
a { background-color: #98D7A9; }
a { background-color: rgb(152,215,169); }
div.DivClassName
{
background-color: #98D7A9;
}
.BgClassName
{
background-color: #98D7A9;
}
</style>
border-color css
<style>
span { border-color: #98D7A9; }
span { border-color: rgb(152,215,169); }
td.TdClassName
{
border-color: #98D7A9;
}
.TagClassName
{
border-color: #98D7A9;
}
</style>