Shades of Chinook #98CCA3
Tints of Chinook #98CCA3
RGB
CMYK
RGB Variations
Color information
#98CCA3 (or 0x98CCA3) is known color: Chinook. HEX triplet: 98, CC and A3. RGB value is (152,204,163). Sum of RGB (Red+Green+Blue) = 152+204+163=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCA3 is #67335C. Grayscale: #B7B7B7. Windows color (decimal): -6763357 or 10734744. OLE color: 10734744.
HSL color Cylindrical-coordinate representation of color #98CCA3: hue angle of 132.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCA3 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 163 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.2 |
| HSL | 132.69º | 0.34% | 0.7% | - |
| HSV(B) | 132.69º | 0.25% | 0.8% | - |
| XYZ | 41.15 | 52.51 | 42.62 | - |
| YUV | 183.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 163 | 0.25 | 0 | 0.20 | 0.2 | 132.69 | 0.34 | 0.7 |
| Hex | 98 | CC | A3 | 19 | 0 | 14 | 14 | 85 | 22 | 46 |
| Octal | 230 | 314 | 243 | 31 | 0 | 24 | 24 | 205 | 42 | 106 |
| Binary | 10011000 | 11001100 | 10100011 | 11001 | 0 | 10100 | 10100 | 10000101 | 100010 | 1000110 |
Color Harmonies of #98CCA3
Complementary color
Monochromatic Colors of #98CCA3
Black with #98CCA3
Text Example
Text Example
White with #98CCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCA3; }
p { color: rgb(152,204,163); }
H1.HeaderClassName
{
color: #98CCA3;
}
.AnyTagClassName
{
color: #98CCA3;
}
</style>
background-color css
<style>
a { background-color: #98CCA3; }
a { background-color: rgb(152,204,163); }
div.DivClassName
{
background-color: #98CCA3;
}
.BgClassName
{
background-color: #98CCA3;
}
</style>
border-color css
<style>
span { border-color: #98CCA3; }
span { border-color: rgb(152,204,163); }
td.TdClassName
{
border-color: #98CCA3;
}
.TagClassName
{
border-color: #98CCA3;
}
</style>