Shades of Chinook #98CC9C
Tints of Chinook #98CC9C
RGB
CMYK
RGB Variations
Color information
#98CC9C (or 0x98CC9C) is known color: Chinook. HEX triplet: 98, CC and 9C. RGB value is (152,204,156). Sum of RGB (Red+Green+Blue) = 152+204+156=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CC9C is #673363. Grayscale: #B7B7B7. Windows color (decimal): -6763364 or 10275992. OLE color: 10275992.
HSL color Cylindrical-coordinate representation of color #98CC9C: hue angle of 124.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CC9C is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 156 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.2 |
| HSL | 124.62º | 0.34% | 0.7% | - |
| HSV(B) | 124.62º | 0.25% | 0.8% | - |
| XYZ | 40.54 | 52.26 | 39.4 | - |
| YUV | 182.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 156 | 0.25 | 0 | 0.24 | 0.2 | 124.62 | 0.34 | 0.7 |
| Hex | 98 | CC | 9C | 19 | 0 | 18 | 14 | 7D | 22 | 46 |
| Octal | 230 | 314 | 234 | 31 | 0 | 30 | 24 | 175 | 42 | 106 |
| Binary | 10011000 | 11001100 | 10011100 | 11001 | 0 | 11000 | 10100 | 1111101 | 100010 | 1000110 |
Color Harmonies of #98CC9C
Complementary color
Monochromatic Colors of #98CC9C
Black with #98CC9C
Text Example
Text Example
White with #98CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CC9C; }
p { color: rgb(152,204,156); }
H1.HeaderClassName
{
color: #98CC9C;
}
.AnyTagClassName
{
color: #98CC9C;
}
</style>
background-color css
<style>
a { background-color: #98CC9C; }
a { background-color: rgb(152,204,156); }
div.DivClassName
{
background-color: #98CC9C;
}
.BgClassName
{
background-color: #98CC9C;
}
</style>
border-color css
<style>
span { border-color: #98CC9C; }
span { border-color: rgb(152,204,156); }
td.TdClassName
{
border-color: #98CC9C;
}
.TagClassName
{
border-color: #98CC9C;
}
</style>