Shades of Chinook #98CBA3
Tints of Chinook #98CBA3
RGB
CMYK
RGB Variations
Color information
#98CBA3 (or 0x98CBA3) is known color: Chinook. HEX triplet: 98, CB and A3. RGB value is (152,203,163). Sum of RGB (Red+Green+Blue) = 152+203+163=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CBA3 is #67345C. Grayscale: #B7B7B7. Windows color (decimal): -6763613 or 10734488. OLE color: 10734488.
HSL color Cylindrical-coordinate representation of color #98CBA3: hue angle of 132.94º 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 #98CBA3 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 163 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.20 |
| HSL | 132.94º | 0.33% | 0.7% | - |
| HSV(B) | 132.94º | 0.25% | 0.8% | - |
| XYZ | 40.92 | 52.03 | 42.54 | - |
| YUV | 183.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 163 | 0.25 | 0 | 0.20 | 0.20 | 132.94 | 0.33 | 0.7 |
| Hex | 98 | CB | A3 | 19 | 0 | 14 | 14 | 85 | 21 | 46 |
| Octal | 230 | 313 | 243 | 31 | 0 | 24 | 24 | 205 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10100011 | 11001 | 0 | 10100 | 10100 | 10000101 | 100001 | 1000110 |
Color Harmonies of #98CBA3
Complementary color
Monochromatic Colors of #98CBA3
Black with #98CBA3
Text Example
Text Example
White with #98CBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBA3; }
p { color: rgb(152,203,163); }
H1.HeaderClassName
{
color: #98CBA3;
}
.AnyTagClassName
{
color: #98CBA3;
}
</style>
background-color css
<style>
a { background-color: #98CBA3; }
a { background-color: rgb(152,203,163); }
div.DivClassName
{
background-color: #98CBA3;
}
.BgClassName
{
background-color: #98CBA3;
}
</style>
border-color css
<style>
span { border-color: #98CBA3; }
span { border-color: rgb(152,203,163); }
td.TdClassName
{
border-color: #98CBA3;
}
.TagClassName
{
border-color: #98CBA3;
}
</style>