Shades of Chinook #98CFA7
Tints of Chinook #98CFA7
RGB
CMYK
RGB Variations
Color information
#98CFA7 (or 0x98CFA7) is known color: Chinook. HEX triplet: 98, CF and A7. RGB value is (152,207,167). Sum of RGB (Red+Green+Blue) = 152+207+167=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CFA7 is #673058. Grayscale: #BABABA. Windows color (decimal): -6762585 or 10997656. OLE color: 10997656.
HSL color Cylindrical-coordinate representation of color #98CFA7: hue angle of 136.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98CFA7 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 167 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.19 |
| HSL | 136.36º | 0.36% | 0.7% | - |
| HSV(B) | 136.36º | 0.27% | 0.81% | - |
| XYZ | 42.24 | 54.09 | 44.77 | - |
| YUV | 186 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 167 | 0.27 | 0 | 0.19 | 0.19 | 136.36 | 0.36 | 0.7 |
| Hex | 98 | CF | A7 | 1B | 0 | 13 | 13 | 88 | 24 | 46 |
| Octal | 230 | 317 | 247 | 33 | 0 | 23 | 23 | 210 | 44 | 106 |
| Binary | 10011000 | 11001111 | 10100111 | 11011 | 0 | 10011 | 10011 | 10001000 | 100100 | 1000110 |
Color Harmonies of #98CFA7
Complementary color
Monochromatic Colors of #98CFA7
Black with #98CFA7
Text Example
Text Example
White with #98CFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFA7; }
p { color: rgb(152,207,167); }
H1.HeaderClassName
{
color: #98CFA7;
}
.AnyTagClassName
{
color: #98CFA7;
}
</style>
background-color css
<style>
a { background-color: #98CFA7; }
a { background-color: rgb(152,207,167); }
div.DivClassName
{
background-color: #98CFA7;
}
.BgClassName
{
background-color: #98CFA7;
}
</style>
border-color css
<style>
span { border-color: #98CFA7; }
span { border-color: rgb(152,207,167); }
td.TdClassName
{
border-color: #98CFA7;
}
.TagClassName
{
border-color: #98CFA7;
}
</style>