Shades of Chinook #98C9A0
Tints of Chinook #98C9A0
RGB
CMYK
RGB Variations
Color information
#98C9A0 (or 0x98C9A0) is known color: Chinook. HEX triplet: 98, C9 and A0. RGB value is (152,201,160). Sum of RGB (Red+Green+Blue) = 152+201+160=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #98C9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C9A0 is #67365F. Grayscale: #B5B5B5. Windows color (decimal): -6764128 or 10537368. OLE color: 10537368.
HSL color Cylindrical-coordinate representation of color #98C9A0: hue angle of 129.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C9A0 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 160 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.21 |
| HSL | 129.8º | 0.31% | 0.69% | - |
| HSV(B) | 129.8º | 0.24% | 0.79% | - |
| XYZ | 40.18 | 50.99 | 40.98 | - |
| YUV | 181.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 160 | 0.24 | 0 | 0.20 | 0.21 | 129.8 | 0.31 | 0.69 |
| Hex | 98 | C9 | A0 | 18 | 0 | 14 | 15 | 82 | 1F | 45 |
| Octal | 230 | 311 | 240 | 30 | 0 | 24 | 25 | 202 | 37 | 105 |
| Binary | 10011000 | 11001001 | 10100000 | 11000 | 0 | 10100 | 10101 | 10000010 | 11111 | 1000101 |
Color Harmonies of #98C9A0
Complementary color
Monochromatic Colors of #98C9A0
Black with #98C9A0
Text Example
Text Example
White with #98C9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9A0; }
p { color: rgb(152,201,160); }
H1.HeaderClassName
{
color: #98C9A0;
}
.AnyTagClassName
{
color: #98C9A0;
}
</style>
background-color css
<style>
a { background-color: #98C9A0; }
a { background-color: rgb(152,201,160); }
div.DivClassName
{
background-color: #98C9A0;
}
.BgClassName
{
background-color: #98C9A0;
}
</style>
border-color css
<style>
span { border-color: #98C9A0; }
span { border-color: rgb(152,201,160); }
td.TdClassName
{
border-color: #98C9A0;
}
.TagClassName
{
border-color: #98C9A0;
}
</style>