Shades of Chinook #98D09B
Tints of Chinook #98D09B
RGB
CMYK
RGB Variations
Color information
#98D09B (or 0x98D09B) is known color: Chinook. HEX triplet: 98, D0 and 9B. RGB value is (152,208,155). Sum of RGB (Red+Green+Blue) = 152+208+155=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #98D09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D09B is #672F64. Grayscale: #B9B9B9. Windows color (decimal): -6762341 or 10211480. OLE color: 10211480.
HSL color Cylindrical-coordinate representation of color #98D09B: hue angle of 123.21º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D09B is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 155 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.18 |
| HSL | 123.21º | 0.37% | 0.71% | - |
| HSV(B) | 123.21º | 0.27% | 0.82% | - |
| XYZ | 41.42 | 54.15 | 39.28 | - |
| YUV | 185.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 155 | 0.27 | 0 | 0.25 | 0.18 | 123.21 | 0.37 | 0.71 |
| Hex | 98 | D0 | 9B | 1B | 0 | 19 | 12 | 7B | 25 | 47 |
| Octal | 230 | 320 | 233 | 33 | 0 | 31 | 22 | 173 | 45 | 107 |
| Binary | 10011000 | 11010000 | 10011011 | 11011 | 0 | 11001 | 10010 | 1111011 | 100101 | 1000111 |
Color Harmonies of #98D09B
Complementary color
Monochromatic Colors of #98D09B
Black with #98D09B
Text Example
Text Example
White with #98D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D09B; }
p { color: rgb(152,208,155); }
H1.HeaderClassName
{
color: #98D09B;
}
.AnyTagClassName
{
color: #98D09B;
}
</style>
background-color css
<style>
a { background-color: #98D09B; }
a { background-color: rgb(152,208,155); }
div.DivClassName
{
background-color: #98D09B;
}
.BgClassName
{
background-color: #98D09B;
}
</style>
border-color css
<style>
span { border-color: #98D09B; }
span { border-color: rgb(152,208,155); }
td.TdClassName
{
border-color: #98D09B;
}
.TagClassName
{
border-color: #98D09B;
}
</style>