Shades of Chinook #98CDA9
Tints of Chinook #98CDA9
RGB
CMYK
RGB Variations
Color information
#98CDA9 (or 0x98CDA9) is known color: Chinook. HEX triplet: 98, CD and A9. RGB value is (152,205,169). Sum of RGB (Red+Green+Blue) = 152+205+169=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CDA9 is #673256. Grayscale: #B9B9B9. Windows color (decimal): -6763095 or 11128216. OLE color: 11128216.
HSL color Cylindrical-coordinate representation of color #98CDA9: hue angle of 139.25º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDA9 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 205 | 169 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.20 |
| HSL | 139.25º | 0.35% | 0.7% | - |
| HSV(B) | 139.25º | 0.26% | 0.8% | - |
| XYZ | 41.94 | 53.2 | 45.59 | - |
| YUV | 185.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 169 | 0.26 | 0 | 0.18 | 0.20 | 139.25 | 0.35 | 0.7 |
| Hex | 98 | CD | A9 | 1A | 0 | 12 | 14 | 8B | 23 | 46 |
| Octal | 230 | 315 | 251 | 32 | 0 | 22 | 24 | 213 | 43 | 106 |
| Binary | 10011000 | 11001101 | 10101001 | 11010 | 0 | 10010 | 10100 | 10001011 | 100011 | 1000110 |
Color Harmonies of #98CDA9
Complementary color
Monochromatic Colors of #98CDA9
Black with #98CDA9
Text Example
Text Example
White with #98CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDA9; }
p { color: rgb(152,205,169); }
H1.HeaderClassName
{
color: #98CDA9;
}
.AnyTagClassName
{
color: #98CDA9;
}
</style>
background-color css
<style>
a { background-color: #98CDA9; }
a { background-color: rgb(152,205,169); }
div.DivClassName
{
background-color: #98CDA9;
}
.BgClassName
{
background-color: #98CDA9;
}
</style>
border-color css
<style>
span { border-color: #98CDA9; }
span { border-color: rgb(152,205,169); }
td.TdClassName
{
border-color: #98CDA9;
}
.TagClassName
{
border-color: #98CDA9;
}
</style>