Shades of Chinook #98D59C
Tints of Chinook #98D59C
RGB
CMYK
RGB Variations
Color information
#98D59C (or 0x98D59C) is known color: Chinook. HEX triplet: 98, D5 and 9C. RGB value is (152,213,156). Sum of RGB (Red+Green+Blue) = 152+213+156=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #98D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D59C is #672A63. Grayscale: #BCBCBC. Windows color (decimal): -6761060 or 10278296. OLE color: 10278296.
HSL color Cylindrical-coordinate representation of color #98D59C: hue angle of 123.93º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D59C is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 156 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.16 |
| HSL | 123.93º | 0.42% | 0.72% | - |
| HSV(B) | 123.93º | 0.29% | 0.84% | - |
| XYZ | 42.74 | 56.66 | 40.14 | - |
| YUV | 188.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 156 | 0.29 | 0 | 0.27 | 0.16 | 123.93 | 0.42 | 0.72 |
| Hex | 98 | D5 | 9C | 1D | 0 | 1B | 10 | 7C | 2A | 48 |
| Octal | 230 | 325 | 234 | 35 | 0 | 33 | 20 | 174 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10011100 | 11101 | 0 | 11011 | 10000 | 1111100 | 101010 | 1001000 |
Color Harmonies of #98D59C
Complementary color
Monochromatic Colors of #98D59C
Black with #98D59C
Text Example
Text Example
White with #98D59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D59C; }
p { color: rgb(152,213,156); }
H1.HeaderClassName
{
color: #98D59C;
}
.AnyTagClassName
{
color: #98D59C;
}
</style>
background-color css
<style>
a { background-color: #98D59C; }
a { background-color: rgb(152,213,156); }
div.DivClassName
{
background-color: #98D59C;
}
.BgClassName
{
background-color: #98D59C;
}
</style>
border-color css
<style>
span { border-color: #98D59C; }
span { border-color: rgb(152,213,156); }
td.TdClassName
{
border-color: #98D59C;
}
.TagClassName
{
border-color: #98D59C;
}
</style>