Shades of Chinook #98CBA1
Tints of Chinook #98CBA1
RGB
CMYK
RGB Variations
Color information
#98CBA1 (or 0x98CBA1) is known color: Chinook. HEX triplet: 98, CB and A1. RGB value is (152,203,161). Sum of RGB (Red+Green+Blue) = 152+203+161=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA1 is #67345E. Grayscale: #B7B7B7. Windows color (decimal): -6763615 or 10603416. OLE color: 10603416.
HSL color Cylindrical-coordinate representation of color #98CBA1: hue angle of 130.59º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBA1 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 161 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.20 |
| HSL | 130.59º | 0.33% | 0.7% | - |
| HSV(B) | 130.59º | 0.25% | 0.8% | - |
| XYZ | 40.74 | 51.96 | 41.6 | - |
| YUV | 182.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 161 | 0.25 | 0 | 0.21 | 0.20 | 130.59 | 0.33 | 0.7 |
| Hex | 98 | CB | A1 | 19 | 0 | 15 | 14 | 83 | 21 | 46 |
| Octal | 230 | 313 | 241 | 31 | 0 | 25 | 24 | 203 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10100001 | 11001 | 0 | 10101 | 10100 | 10000011 | 100001 | 1000110 |
Color Harmonies of #98CBA1
Complementary color
Monochromatic Colors of #98CBA1
Black with #98CBA1
Text Example
Text Example
White with #98CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBA1; }
p { color: rgb(152,203,161); }
H1.HeaderClassName
{
color: #98CBA1;
}
.AnyTagClassName
{
color: #98CBA1;
}
</style>
background-color css
<style>
a { background-color: #98CBA1; }
a { background-color: rgb(152,203,161); }
div.DivClassName
{
background-color: #98CBA1;
}
.BgClassName
{
background-color: #98CBA1;
}
</style>
border-color css
<style>
span { border-color: #98CBA1; }
span { border-color: rgb(152,203,161); }
td.TdClassName
{
border-color: #98CBA1;
}
.TagClassName
{
border-color: #98CBA1;
}
</style>