Shades of Chinook #98D5A9
Tints of Chinook #98D5A9
RGB
CMYK
RGB Variations
Color information
#98D5A9 (or 0x98D5A9) is known color: Chinook. HEX triplet: 98, D5 and A9. RGB value is (152,213,169). Sum of RGB (Red+Green+Blue) = 152+213+169=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5A9 is #672A56. Grayscale: #BDBDBD. Windows color (decimal): -6761047 or 11130264. OLE color: 11130264.
HSL color Cylindrical-coordinate representation of color #98D5A9: hue angle of 136.72º degrees, saturation: 0.42, 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 #98D5A9 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 169 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.16 |
| HSL | 136.72º | 0.42% | 0.72% | - |
| HSV(B) | 136.72º | 0.29% | 0.84% | - |
| XYZ | 43.9 | 57.13 | 46.25 | - |
| YUV | 189.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 169 | 0.29 | 0 | 0.21 | 0.16 | 136.72 | 0.42 | 0.72 |
| Hex | 98 | D5 | A9 | 1D | 0 | 15 | 10 | 89 | 2A | 48 |
| Octal | 230 | 325 | 251 | 35 | 0 | 25 | 20 | 211 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10101001 | 11101 | 0 | 10101 | 10000 | 10001001 | 101010 | 1001000 |
Color Harmonies of #98D5A9
Complementary color
Monochromatic Colors of #98D5A9
Black with #98D5A9
Text Example
Text Example
White with #98D5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5A9; }
p { color: rgb(152,213,169); }
H1.HeaderClassName
{
color: #98D5A9;
}
.AnyTagClassName
{
color: #98D5A9;
}
</style>
background-color css
<style>
a { background-color: #98D5A9; }
a { background-color: rgb(152,213,169); }
div.DivClassName
{
background-color: #98D5A9;
}
.BgClassName
{
background-color: #98D5A9;
}
</style>
border-color css
<style>
span { border-color: #98D5A9; }
span { border-color: rgb(152,213,169); }
td.TdClassName
{
border-color: #98D5A9;
}
.TagClassName
{
border-color: #98D5A9;
}
</style>