Shades of Chinook #98D8A9
Tints of Chinook #98D8A9
RGB
CMYK
RGB Variations
Color information
#98D8A9 (or 0x98D8A9) is known color: Chinook. HEX triplet: 98, D8 and A9. RGB value is (152,216,169). Sum of RGB (Red+Green+Blue) = 152+216+169=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D8A9 is #672756. Grayscale: #BFBFBF. Windows color (decimal): -6760279 or 11131032. OLE color: 11131032.
HSL color Cylindrical-coordinate representation of color #98D8A9: hue angle of 135.94º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D8A9 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 169 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.15 |
| HSL | 135.94º | 0.45% | 0.72% | - |
| HSV(B) | 135.94º | 0.3% | 0.85% | - |
| XYZ | 44.67 | 58.65 | 46.5 | - |
| YUV | 191.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 169 | 0.30 | 0 | 0.22 | 0.15 | 135.94 | 0.45 | 0.72 |
| Hex | 98 | D8 | A9 | 1E | 0 | 16 | F | 88 | 2D | 48 |
| Octal | 230 | 330 | 251 | 36 | 0 | 26 | 17 | 210 | 55 | 110 |
| Binary | 10011000 | 11011000 | 10101001 | 11110 | 0 | 10110 | 1111 | 10001000 | 101101 | 1001000 |
Color Harmonies of #98D8A9
Complementary color
Monochromatic Colors of #98D8A9
Black with #98D8A9
Text Example
Text Example
White with #98D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D8A9; }
p { color: rgb(152,216,169); }
H1.HeaderClassName
{
color: #98D8A9;
}
.AnyTagClassName
{
color: #98D8A9;
}
</style>
background-color css
<style>
a { background-color: #98D8A9; }
a { background-color: rgb(152,216,169); }
div.DivClassName
{
background-color: #98D8A9;
}
.BgClassName
{
background-color: #98D8A9;
}
</style>
border-color css
<style>
span { border-color: #98D8A9; }
span { border-color: rgb(152,216,169); }
td.TdClassName
{
border-color: #98D8A9;
}
.TagClassName
{
border-color: #98D8A9;
}
</style>