Shades of Chinook #98D29B
Tints of Chinook #98D29B
RGB
CMYK
RGB Variations
Color information
#98D29B (or 0x98D29B) is known color: Chinook. HEX triplet: 98, D2 and 9B. RGB value is (152,210,155). Sum of RGB (Red+Green+Blue) = 152+210+155=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #98D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D29B is #672D64. Grayscale: #BABABA. Windows color (decimal): -6761829 or 10211992. OLE color: 10211992.
HSL color Cylindrical-coordinate representation of color #98D29B: hue angle of 123.1º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D29B is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 155 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.18 |
| HSL | 123.1º | 0.39% | 0.71% | - |
| HSV(B) | 123.1º | 0.28% | 0.82% | - |
| XYZ | 41.91 | 55.14 | 39.44 | - |
| YUV | 186.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 155 | 0.28 | 0 | 0.26 | 0.18 | 123.1 | 0.39 | 0.71 |
| Hex | 98 | D2 | 9B | 1C | 0 | 1A | 12 | 7B | 27 | 47 |
| Octal | 230 | 322 | 233 | 34 | 0 | 32 | 22 | 173 | 47 | 107 |
| Binary | 10011000 | 11010010 | 10011011 | 11100 | 0 | 11010 | 10010 | 1111011 | 100111 | 1000111 |
Color Harmonies of #98D29B
Complementary color
Monochromatic Colors of #98D29B
Black with #98D29B
Text Example
Text Example
White with #98D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D29B; }
p { color: rgb(152,210,155); }
H1.HeaderClassName
{
color: #98D29B;
}
.AnyTagClassName
{
color: #98D29B;
}
</style>
background-color css
<style>
a { background-color: #98D29B; }
a { background-color: rgb(152,210,155); }
div.DivClassName
{
background-color: #98D29B;
}
.BgClassName
{
background-color: #98D29B;
}
</style>
border-color css
<style>
span { border-color: #98D29B; }
span { border-color: rgb(152,210,155); }
td.TdClassName
{
border-color: #98D29B;
}
.TagClassName
{
border-color: #98D29B;
}
</style>