Shades of Chinook #98C39E
Tints of Chinook #98C39E
RGB
CMYK
RGB Variations
Color information
#98C39E (or 0x98C39E) is known color: Chinook. HEX triplet: 98, C3 and 9E. RGB value is (152,195,158). Sum of RGB (Red+Green+Blue) = 152+195+158=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #98C39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C39E is #673C61. Grayscale: #B2B2B2. Windows color (decimal): -6765666 or 10404760. OLE color: 10404760.
HSL color Cylindrical-coordinate representation of color #98C39E: hue angle of 128.37º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C39E is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 158 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.24 |
| HSL | 128.37º | 0.26% | 0.68% | - |
| HSV(B) | 128.37º | 0.22% | 0.76% | - |
| XYZ | 38.64 | 48.17 | 39.61 | - |
| YUV | 177.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 158 | 0.22 | 0 | 0.19 | 0.24 | 128.37 | 0.26 | 0.68 |
| Hex | 98 | C3 | 9E | 16 | 0 | 13 | 18 | 80 | 1A | 44 |
| Octal | 230 | 303 | 236 | 26 | 0 | 23 | 30 | 200 | 32 | 104 |
| Binary | 10011000 | 11000011 | 10011110 | 10110 | 0 | 10011 | 11000 | 10000000 | 11010 | 1000100 |
Color Harmonies of #98C39E
Complementary color
Monochromatic Colors of #98C39E
Black with #98C39E
Text Example
Text Example
White with #98C39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C39E; }
p { color: rgb(152,195,158); }
H1.HeaderClassName
{
color: #98C39E;
}
.AnyTagClassName
{
color: #98C39E;
}
</style>
background-color css
<style>
a { background-color: #98C39E; }
a { background-color: rgb(152,195,158); }
div.DivClassName
{
background-color: #98C39E;
}
.BgClassName
{
background-color: #98C39E;
}
</style>
border-color css
<style>
span { border-color: #98C39E; }
span { border-color: rgb(152,195,158); }
td.TdClassName
{
border-color: #98C39E;
}
.TagClassName
{
border-color: #98C39E;
}
</style>