Shades of Chinook #98C5A5
Tints of Chinook #98C5A5
RGB
CMYK
RGB Variations
Color information
#98C5A5 (or 0x98C5A5) is known color: Chinook. HEX triplet: 98, C5 and A5. RGB value is (152,197,165). Sum of RGB (Red+Green+Blue) = 152+197+165=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5A5 is #673A5A. Grayscale: #B3B3B3. Windows color (decimal): -6765147 or 10864024. OLE color: 10864024.
HSL color Cylindrical-coordinate representation of color #98C5A5: hue angle of 137.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C5A5 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 165 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.23 |
| HSL | 137.33º | 0.28% | 0.68% | - |
| HSV(B) | 137.33º | 0.23% | 0.77% | - |
| XYZ | 39.71 | 49.32 | 43.03 | - |
| YUV | 179.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 165 | 0.23 | 0 | 0.16 | 0.23 | 137.33 | 0.28 | 0.68 |
| Hex | 98 | C5 | A5 | 17 | 0 | 10 | 17 | 89 | 1C | 44 |
| Octal | 230 | 305 | 245 | 27 | 0 | 20 | 27 | 211 | 34 | 104 |
| Binary | 10011000 | 11000101 | 10100101 | 10111 | 0 | 10000 | 10111 | 10001001 | 11100 | 1000100 |
Color Harmonies of #98C5A5
Complementary color
Monochromatic Colors of #98C5A5
Black with #98C5A5
Text Example
Text Example
White with #98C5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5A5; }
p { color: rgb(152,197,165); }
H1.HeaderClassName
{
color: #98C5A5;
}
.AnyTagClassName
{
color: #98C5A5;
}
</style>
background-color css
<style>
a { background-color: #98C5A5; }
a { background-color: rgb(152,197,165); }
div.DivClassName
{
background-color: #98C5A5;
}
.BgClassName
{
background-color: #98C5A5;
}
</style>
border-color css
<style>
span { border-color: #98C5A5; }
span { border-color: rgb(152,197,165); }
td.TdClassName
{
border-color: #98C5A5;
}
.TagClassName
{
border-color: #98C5A5;
}
</style>