Shades of Chinook #98CAA7
Tints of Chinook #98CAA7
RGB
CMYK
RGB Variations
Color information
#98CAA7 (or 0x98CAA7) is known color: Chinook. HEX triplet: 98, CA and A7. RGB value is (152,202,167). Sum of RGB (Red+Green+Blue) = 152+202+167=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CAA7 is #673558. Grayscale: #B7B7B7. Windows color (decimal): -6763865 or 10996376. OLE color: 10996376.
HSL color Cylindrical-coordinate representation of color #98CAA7: hue angle of 138º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CAA7 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 167 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.21 |
| HSL | 138º | 0.32% | 0.69% | - |
| HSV(B) | 138º | 0.25% | 0.79% | - |
| XYZ | 41.04 | 51.71 | 44.38 | - |
| YUV | 183.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 167 | 0.25 | 0 | 0.17 | 0.21 | 138 | 0.32 | 0.69 |
| Hex | 98 | CA | A7 | 19 | 0 | 11 | 15 | 8A | 20 | 45 |
| Octal | 230 | 312 | 247 | 31 | 0 | 21 | 25 | 212 | 40 | 105 |
| Binary | 10011000 | 11001010 | 10100111 | 11001 | 0 | 10001 | 10101 | 10001010 | 100000 | 1000101 |
Color Harmonies of #98CAA7
Complementary color
Monochromatic Colors of #98CAA7
Black with #98CAA7
Text Example
Text Example
White with #98CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CAA7; }
p { color: rgb(152,202,167); }
H1.HeaderClassName
{
color: #98CAA7;
}
.AnyTagClassName
{
color: #98CAA7;
}
</style>
background-color css
<style>
a { background-color: #98CAA7; }
a { background-color: rgb(152,202,167); }
div.DivClassName
{
background-color: #98CAA7;
}
.BgClassName
{
background-color: #98CAA7;
}
</style>
border-color css
<style>
span { border-color: #98CAA7; }
span { border-color: rgb(152,202,167); }
td.TdClassName
{
border-color: #98CAA7;
}
.TagClassName
{
border-color: #98CAA7;
}
</style>