Shades of Chinook #98DA9C
Tints of Chinook #98DA9C
RGB
CMYK
RGB Variations
Color information
#98DA9C (or 0x98DA9C) is known color: Chinook. HEX triplet: 98, DA and 9C. RGB value is (152,218,156). Sum of RGB (Red+Green+Blue) = 152+218+156=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DA9C is #672563. Grayscale: #BFBFBF. Windows color (decimal): -6759780 or 10279576. OLE color: 10279576.
HSL color Cylindrical-coordinate representation of color #98DA9C: hue angle of 123.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DA9C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 156 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.15 |
| HSL | 123.64º | 0.47% | 0.73% | - |
| HSV(B) | 123.64º | 0.3% | 0.85% | - |
| XYZ | 44.02 | 59.22 | 40.56 | - |
| YUV | 191.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 156 | 0.30 | 0 | 0.28 | 0.15 | 123.64 | 0.47 | 0.73 |
| Hex | 98 | DA | 9C | 1E | 0 | 1C | F | 7C | 2F | 49 |
| Octal | 230 | 332 | 234 | 36 | 0 | 34 | 17 | 174 | 57 | 111 |
| Binary | 10011000 | 11011010 | 10011100 | 11110 | 0 | 11100 | 1111 | 1111100 | 101111 | 1001001 |
Color Harmonies of #98DA9C
Complementary color
Monochromatic Colors of #98DA9C
Black with #98DA9C
Text Example
Text Example
White with #98DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA9C; }
p { color: rgb(152,218,156); }
H1.HeaderClassName
{
color: #98DA9C;
}
.AnyTagClassName
{
color: #98DA9C;
}
</style>
background-color css
<style>
a { background-color: #98DA9C; }
a { background-color: rgb(152,218,156); }
div.DivClassName
{
background-color: #98DA9C;
}
.BgClassName
{
background-color: #98DA9C;
}
</style>
border-color css
<style>
span { border-color: #98DA9C; }
span { border-color: rgb(152,218,156); }
td.TdClassName
{
border-color: #98DA9C;
}
.TagClassName
{
border-color: #98DA9C;
}
</style>