Shades of Chinook #98D9A2
Tints of Chinook #98D9A2
RGB
CMYK
RGB Variations
Color information
#98D9A2 (or 0x98D9A2) is known color: Chinook. HEX triplet: 98, D9 and A2. RGB value is (152,217,162). Sum of RGB (Red+Green+Blue) = 152+217+162=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D9A2 is #67265D. Grayscale: #BFBFBF. Windows color (decimal): -6760030 or 10672536. OLE color: 10672536.
HSL color Cylindrical-coordinate representation of color #98D9A2: hue angle of 129.23º 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 #98D9A2 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 162 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.15 |
| HSL | 129.23º | 0.46% | 0.72% | - |
| HSV(B) | 129.23º | 0.3% | 0.85% | - |
| XYZ | 44.28 | 58.91 | 43.22 | - |
| YUV | 191.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 162 | 0.30 | 0 | 0.25 | 0.15 | 129.23 | 0.46 | 0.72 |
| Hex | 98 | D9 | A2 | 1E | 0 | 19 | F | 81 | 2E | 48 |
| Octal | 230 | 331 | 242 | 36 | 0 | 31 | 17 | 201 | 56 | 110 |
| Binary | 10011000 | 11011001 | 10100010 | 11110 | 0 | 11001 | 1111 | 10000001 | 101110 | 1001000 |
Color Harmonies of #98D9A2
Complementary color
Monochromatic Colors of #98D9A2
Black with #98D9A2
Text Example
Text Example
White with #98D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9A2; }
p { color: rgb(152,217,162); }
H1.HeaderClassName
{
color: #98D9A2;
}
.AnyTagClassName
{
color: #98D9A2;
}
</style>
background-color css
<style>
a { background-color: #98D9A2; }
a { background-color: rgb(152,217,162); }
div.DivClassName
{
background-color: #98D9A2;
}
.BgClassName
{
background-color: #98D9A2;
}
</style>
border-color css
<style>
span { border-color: #98D9A2; }
span { border-color: rgb(152,217,162); }
td.TdClassName
{
border-color: #98D9A2;
}
.TagClassName
{
border-color: #98D9A2;
}
</style>