Shades of Chinook #98CA9B
Tints of Chinook #98CA9B
RGB
CMYK
RGB Variations
Color information
#98CA9B (or 0x98CA9B) is known color: Chinook. HEX triplet: 98, CA and 9B. RGB value is (152,202,155). Sum of RGB (Red+Green+Blue) = 152+202+155=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CA9B is #673564. Grayscale: #B5B5B5. Windows color (decimal): -6763877 or 10209944. OLE color: 10209944.
HSL color Cylindrical-coordinate representation of color #98CA9B: hue angle of 123.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CA9B is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 155 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.21 |
| HSL | 123.6º | 0.32% | 0.69% | - |
| HSV(B) | 123.6º | 0.25% | 0.79% | - |
| XYZ | 39.99 | 51.28 | 38.8 | - |
| YUV | 181.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 155 | 0.25 | 0 | 0.23 | 0.21 | 123.6 | 0.32 | 0.69 |
| Hex | 98 | CA | 9B | 19 | 0 | 17 | 15 | 7C | 20 | 45 |
| Octal | 230 | 312 | 233 | 31 | 0 | 27 | 25 | 174 | 40 | 105 |
| Binary | 10011000 | 11001010 | 10011011 | 11001 | 0 | 10111 | 10101 | 1111100 | 100000 | 1000101 |
Color Harmonies of #98CA9B
Complementary color
Monochromatic Colors of #98CA9B
Black with #98CA9B
Text Example
Text Example
White with #98CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CA9B; }
p { color: rgb(152,202,155); }
H1.HeaderClassName
{
color: #98CA9B;
}
.AnyTagClassName
{
color: #98CA9B;
}
</style>
background-color css
<style>
a { background-color: #98CA9B; }
a { background-color: rgb(152,202,155); }
div.DivClassName
{
background-color: #98CA9B;
}
.BgClassName
{
background-color: #98CA9B;
}
</style>
border-color css
<style>
span { border-color: #98CA9B; }
span { border-color: rgb(152,202,155); }
td.TdClassName
{
border-color: #98CA9B;
}
.TagClassName
{
border-color: #98CA9B;
}
</style>