Shades of Chinook #98DCA3
Tints of Chinook #98DCA3
RGB
CMYK
RGB Variations
Color information
#98DCA3 (or 0x98DCA3) is known color: Chinook. HEX triplet: 98, DC and A3. RGB value is (152,220,163). Sum of RGB (Red+Green+Blue) = 152+220+163=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCA3 is #67235C. Grayscale: #C1C1C1. Windows color (decimal): -6759261 or 10738840. OLE color: 10738840.
HSL color Cylindrical-coordinate representation of color #98DCA3: hue angle of 129.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCA3 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 163 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.14 |
| HSL | 129.71º | 0.49% | 0.73% | - |
| HSV(B) | 129.71º | 0.31% | 0.86% | - |
| XYZ | 45.15 | 60.51 | 43.95 | - |
| YUV | 193.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 163 | 0.31 | 0 | 0.26 | 0.14 | 129.71 | 0.49 | 0.73 |
| Hex | 98 | DC | A3 | 1F | 0 | 1A | E | 82 | 31 | 49 |
| Octal | 230 | 334 | 243 | 37 | 0 | 32 | 16 | 202 | 61 | 111 |
| Binary | 10011000 | 11011100 | 10100011 | 11111 | 0 | 11010 | 1110 | 10000010 | 110001 | 1001001 |
Color Harmonies of #98DCA3
Complementary color
Monochromatic Colors of #98DCA3
Black with #98DCA3
Text Example
Text Example
White with #98DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCA3; }
p { color: rgb(152,220,163); }
H1.HeaderClassName
{
color: #98DCA3;
}
.AnyTagClassName
{
color: #98DCA3;
}
</style>
background-color css
<style>
a { background-color: #98DCA3; }
a { background-color: rgb(152,220,163); }
div.DivClassName
{
background-color: #98DCA3;
}
.BgClassName
{
background-color: #98DCA3;
}
</style>
border-color css
<style>
span { border-color: #98DCA3; }
span { border-color: rgb(152,220,163); }
td.TdClassName
{
border-color: #98DCA3;
}
.TagClassName
{
border-color: #98DCA3;
}
</style>