Shades of Chinook #98D99C
Tints of Chinook #98D99C
RGB
CMYK
RGB Variations
Color information
#98D99C (or 0x98D99C) is known color: Chinook. HEX triplet: 98, D9 and 9C. RGB value is (152,217,156). Sum of RGB (Red+Green+Blue) = 152+217+156=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #98D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D99C is #672663. Grayscale: #BEBEBE. Windows color (decimal): -6760036 or 10279320. OLE color: 10279320.
HSL color Cylindrical-coordinate representation of color #98D99C: hue angle of 123.69º degrees, saturation: 0.46, 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 #98D99C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 156 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.15 |
| HSL | 123.69º | 0.46% | 0.72% | - |
| HSV(B) | 123.69º | 0.3% | 0.85% | - |
| XYZ | 43.76 | 58.7 | 40.48 | - |
| YUV | 190.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 156 | 0.30 | 0 | 0.28 | 0.15 | 123.69 | 0.46 | 0.72 |
| Hex | 98 | D9 | 9C | 1E | 0 | 1C | F | 7C | 2E | 48 |
| Octal | 230 | 331 | 234 | 36 | 0 | 34 | 17 | 174 | 56 | 110 |
| Binary | 10011000 | 11011001 | 10011100 | 11110 | 0 | 11100 | 1111 | 1111100 | 101110 | 1001000 |
Color Harmonies of #98D99C
Complementary color
Monochromatic Colors of #98D99C
Black with #98D99C
Text Example
Text Example
White with #98D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D99C; }
p { color: rgb(152,217,156); }
H1.HeaderClassName
{
color: #98D99C;
}
.AnyTagClassName
{
color: #98D99C;
}
</style>
background-color css
<style>
a { background-color: #98D99C; }
a { background-color: rgb(152,217,156); }
div.DivClassName
{
background-color: #98D99C;
}
.BgClassName
{
background-color: #98D99C;
}
</style>
border-color css
<style>
span { border-color: #98D99C; }
span { border-color: rgb(152,217,156); }
td.TdClassName
{
border-color: #98D99C;
}
.TagClassName
{
border-color: #98D99C;
}
</style>