Shades of Chinook #98DFA9
Tints of Chinook #98DFA9
RGB
CMYK
RGB Variations
Color information
#98DFA9 (or 0x98DFA9) is known color: Chinook. HEX triplet: 98, DF and A9. RGB value is (152,223,169). Sum of RGB (Red+Green+Blue) = 152+223+169=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DFA9 is #672056. Grayscale: #C3C3C3. Windows color (decimal): -6758487 or 11132824. OLE color: 11132824.
HSL color Cylindrical-coordinate representation of color #98DFA9: hue angle of 134.37º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFA9 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 169 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.13 |
| HSL | 134.37º | 0.53% | 0.74% | - |
| HSV(B) | 134.37º | 0.32% | 0.87% | - |
| XYZ | 46.5 | 62.32 | 47.11 | - |
| YUV | 195.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 169 | 0.32 | 0 | 0.24 | 0.13 | 134.37 | 0.53 | 0.74 |
| Hex | 98 | DF | A9 | 20 | 0 | 18 | D | 86 | 35 | 4A |
| Octal | 230 | 337 | 251 | 40 | 0 | 30 | 15 | 206 | 65 | 112 |
| Binary | 10011000 | 11011111 | 10101001 | 100000 | 0 | 11000 | 1101 | 10000110 | 110101 | 1001010 |
Color Harmonies of #98DFA9
Complementary color
Monochromatic Colors of #98DFA9
Black with #98DFA9
Text Example
Text Example
White with #98DFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFA9; }
p { color: rgb(152,223,169); }
H1.HeaderClassName
{
color: #98DFA9;
}
.AnyTagClassName
{
color: #98DFA9;
}
</style>
background-color css
<style>
a { background-color: #98DFA9; }
a { background-color: rgb(152,223,169); }
div.DivClassName
{
background-color: #98DFA9;
}
.BgClassName
{
background-color: #98DFA9;
}
</style>
border-color css
<style>
span { border-color: #98DFA9; }
span { border-color: rgb(152,223,169); }
td.TdClassName
{
border-color: #98DFA9;
}
.TagClassName
{
border-color: #98DFA9;
}
</style>