Shades of Chinook #98DB9D
Tints of Chinook #98DB9D
RGB
CMYK
RGB Variations
Color information
#98DB9D (or 0x98DB9D) is known color: Chinook. HEX triplet: 98, DB and 9D. RGB value is (152,219,157). Sum of RGB (Red+Green+Blue) = 152+219+157=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DB9D is #672462. Grayscale: #C0C0C0. Windows color (decimal): -6759523 or 10345368. OLE color: 10345368.
HSL color Cylindrical-coordinate representation of color #98DB9D: hue angle of 124.48º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DB9D is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 157 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.14 |
| HSL | 124.48º | 0.48% | 0.73% | - |
| HSV(B) | 124.48º | 0.31% | 0.86% | - |
| XYZ | 44.37 | 59.77 | 41.1 | - |
| YUV | 191.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 157 | 0.31 | 0 | 0.28 | 0.14 | 124.48 | 0.48 | 0.73 |
| Hex | 98 | DB | 9D | 1F | 0 | 1C | E | 7C | 30 | 49 |
| Octal | 230 | 333 | 235 | 37 | 0 | 34 | 16 | 174 | 60 | 111 |
| Binary | 10011000 | 11011011 | 10011101 | 11111 | 0 | 11100 | 1110 | 1111100 | 110000 | 1001001 |
Color Harmonies of #98DB9D
Complementary color
Monochromatic Colors of #98DB9D
Black with #98DB9D
Text Example
Text Example
White with #98DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB9D; }
p { color: rgb(152,219,157); }
H1.HeaderClassName
{
color: #98DB9D;
}
.AnyTagClassName
{
color: #98DB9D;
}
</style>
background-color css
<style>
a { background-color: #98DB9D; }
a { background-color: rgb(152,219,157); }
div.DivClassName
{
background-color: #98DB9D;
}
.BgClassName
{
background-color: #98DB9D;
}
</style>
border-color css
<style>
span { border-color: #98DB9D; }
span { border-color: rgb(152,219,157); }
td.TdClassName
{
border-color: #98DB9D;
}
.TagClassName
{
border-color: #98DB9D;
}
</style>