Shades of Chinook #98CF9C
Tints of Chinook #98CF9C
RGB
CMYK
RGB Variations
Color information
#98CF9C (or 0x98CF9C) is known color: Chinook. HEX triplet: 98, CF and 9C. RGB value is (152,207,156). Sum of RGB (Red+Green+Blue) = 152+207+156=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CF9C is #673063. Grayscale: #B8B8B8. Windows color (decimal): -6762596 or 10276760. OLE color: 10276760.
HSL color Cylindrical-coordinate representation of color #98CF9C: hue angle of 124.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 #98CF9C is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 156 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.19 |
| HSL | 124.36º | 0.36% | 0.7% | - |
| HSV(B) | 124.36º | 0.27% | 0.81% | - |
| XYZ | 41.26 | 53.7 | 39.64 | - |
| YUV | 184.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 156 | 0.27 | 0 | 0.25 | 0.19 | 124.36 | 0.36 | 0.7 |
| Hex | 98 | CF | 9C | 1B | 0 | 19 | 13 | 7C | 24 | 46 |
| Octal | 230 | 317 | 234 | 33 | 0 | 31 | 23 | 174 | 44 | 106 |
| Binary | 10011000 | 11001111 | 10011100 | 11011 | 0 | 11001 | 10011 | 1111100 | 100100 | 1000110 |
Color Harmonies of #98CF9C
Complementary color
Monochromatic Colors of #98CF9C
Black with #98CF9C
Text Example
Text Example
White with #98CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CF9C; }
p { color: rgb(152,207,156); }
H1.HeaderClassName
{
color: #98CF9C;
}
.AnyTagClassName
{
color: #98CF9C;
}
</style>
background-color css
<style>
a { background-color: #98CF9C; }
a { background-color: rgb(152,207,156); }
div.DivClassName
{
background-color: #98CF9C;
}
.BgClassName
{
background-color: #98CF9C;
}
</style>
border-color css
<style>
span { border-color: #98CF9C; }
span { border-color: rgb(152,207,156); }
td.TdClassName
{
border-color: #98CF9C;
}
.TagClassName
{
border-color: #98CF9C;
}
</style>