Shades of Chinook #98CCA2
Tints of Chinook #98CCA2
RGB
CMYK
RGB Variations
Color information
#98CCA2 (or 0x98CCA2) is known color: Chinook. HEX triplet: 98, CC and A2. RGB value is (152,204,162). Sum of RGB (Red+Green+Blue) = 152+204+162=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCA2 is #67335D. Grayscale: #B7B7B7. Windows color (decimal): -6763358 or 10669208. OLE color: 10669208.
HSL color Cylindrical-coordinate representation of color #98CCA2: hue angle of 131.54º degrees, saturation: 0.34, 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 #98CCA2 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 162 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.2 |
| HSL | 131.54º | 0.34% | 0.7% | - |
| HSV(B) | 131.54º | 0.25% | 0.8% | - |
| XYZ | 41.06 | 52.47 | 42.15 | - |
| YUV | 183.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 162 | 0.25 | 0 | 0.21 | 0.2 | 131.54 | 0.34 | 0.7 |
| Hex | 98 | CC | A2 | 19 | 0 | 15 | 14 | 84 | 22 | 46 |
| Octal | 230 | 314 | 242 | 31 | 0 | 25 | 24 | 204 | 42 | 106 |
| Binary | 10011000 | 11001100 | 10100010 | 11001 | 0 | 10101 | 10100 | 10000100 | 100010 | 1000110 |
Color Harmonies of #98CCA2
Complementary color
Monochromatic Colors of #98CCA2
Black with #98CCA2
Text Example
Text Example
White with #98CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCA2; }
p { color: rgb(152,204,162); }
H1.HeaderClassName
{
color: #98CCA2;
}
.AnyTagClassName
{
color: #98CCA2;
}
</style>
background-color css
<style>
a { background-color: #98CCA2; }
a { background-color: rgb(152,204,162); }
div.DivClassName
{
background-color: #98CCA2;
}
.BgClassName
{
background-color: #98CCA2;
}
</style>
border-color css
<style>
span { border-color: #98CCA2; }
span { border-color: rgb(152,204,162); }
td.TdClassName
{
border-color: #98CCA2;
}
.TagClassName
{
border-color: #98CCA2;
}
</style>