Shades of Chinook #98D7A6
Tints of Chinook #98D7A6
RGB
CMYK
RGB Variations
Color information
#98D7A6 (or 0x98D7A6) is known color: Chinook. HEX triplet: 98, D7 and A6. RGB value is (152,215,166). Sum of RGB (Red+Green+Blue) = 152+215+166=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D7A6 is #672859. Grayscale: #BEBEBE. Windows color (decimal): -6760538 or 10934168. OLE color: 10934168.
HSL color Cylindrical-coordinate representation of color #98D7A6: hue angle of 133.33º 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 #98D7A6 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 166 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.16 |
| HSL | 133.33º | 0.44% | 0.72% | - |
| HSV(B) | 133.33º | 0.29% | 0.84% | - |
| XYZ | 44.13 | 58.03 | 44.95 | - |
| YUV | 190.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 166 | 0.29 | 0 | 0.23 | 0.16 | 133.33 | 0.44 | 0.72 |
| Hex | 98 | D7 | A6 | 1D | 0 | 17 | 10 | 85 | 2C | 48 |
| Octal | 230 | 327 | 246 | 35 | 0 | 27 | 20 | 205 | 54 | 110 |
| Binary | 10011000 | 11010111 | 10100110 | 11101 | 0 | 10111 | 10000 | 10000101 | 101100 | 1001000 |
Color Harmonies of #98D7A6
Complementary color
Monochromatic Colors of #98D7A6
Black with #98D7A6
Text Example
Text Example
White with #98D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7A6; }
p { color: rgb(152,215,166); }
H1.HeaderClassName
{
color: #98D7A6;
}
.AnyTagClassName
{
color: #98D7A6;
}
</style>
background-color css
<style>
a { background-color: #98D7A6; }
a { background-color: rgb(152,215,166); }
div.DivClassName
{
background-color: #98D7A6;
}
.BgClassName
{
background-color: #98D7A6;
}
</style>
border-color css
<style>
span { border-color: #98D7A6; }
span { border-color: rgb(152,215,166); }
td.TdClassName
{
border-color: #98D7A6;
}
.TagClassName
{
border-color: #98D7A6;
}
</style>