Shades of Chinook #98CDA7
Tints of Chinook #98CDA7
RGB
CMYK
RGB Variations
Color information
#98CDA7 (or 0x98CDA7) is known color: Chinook. HEX triplet: 98, CD and A7. RGB value is (152,205,167). Sum of RGB (Red+Green+Blue) = 152+205+167=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CDA7 is #673258. Grayscale: #B8B8B8. Windows color (decimal): -6763097 or 10997144. OLE color: 10997144.
HSL color Cylindrical-coordinate representation of color #98CDA7: hue angle of 136.98º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDA7 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 205 | 167 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.20 |
| HSL | 136.98º | 0.35% | 0.7% | - |
| HSV(B) | 136.98º | 0.26% | 0.8% | - |
| XYZ | 41.76 | 53.13 | 44.61 | - |
| YUV | 184.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 167 | 0.26 | 0 | 0.19 | 0.20 | 136.98 | 0.35 | 0.7 |
| Hex | 98 | CD | A7 | 1A | 0 | 13 | 14 | 89 | 23 | 46 |
| Octal | 230 | 315 | 247 | 32 | 0 | 23 | 24 | 211 | 43 | 106 |
| Binary | 10011000 | 11001101 | 10100111 | 11010 | 0 | 10011 | 10100 | 10001001 | 100011 | 1000110 |
Color Harmonies of #98CDA7
Complementary color
Monochromatic Colors of #98CDA7
Black with #98CDA7
Text Example
Text Example
White with #98CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDA7; }
p { color: rgb(152,205,167); }
H1.HeaderClassName
{
color: #98CDA7;
}
.AnyTagClassName
{
color: #98CDA7;
}
</style>
background-color css
<style>
a { background-color: #98CDA7; }
a { background-color: rgb(152,205,167); }
div.DivClassName
{
background-color: #98CDA7;
}
.BgClassName
{
background-color: #98CDA7;
}
</style>
border-color css
<style>
span { border-color: #98CDA7; }
span { border-color: rgb(152,205,167); }
td.TdClassName
{
border-color: #98CDA7;
}
.TagClassName
{
border-color: #98CDA7;
}
</style>