Shades of Chinook #98CAA0
Tints of Chinook #98CAA0
RGB
CMYK
RGB Variations
Color information
#98CAA0 (or 0x98CAA0) is known color: Chinook. HEX triplet: 98, CA and A0. RGB value is (152,202,160). Sum of RGB (Red+Green+Blue) = 152+202+160=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CAA0 is #67355F. Grayscale: #B6B6B6. Windows color (decimal): -6763872 or 10537624. OLE color: 10537624.
HSL color Cylindrical-coordinate representation of color #98CAA0: hue angle of 129.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 #98CAA0 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 202 | 160 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.21 |
| HSL | 129.6º | 0.32% | 0.69% | - |
| HSV(B) | 129.6º | 0.25% | 0.79% | - |
| XYZ | 40.41 | 51.45 | 41.06 | - |
| YUV | 182.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 202 | 160 | 0.25 | 0 | 0.21 | 0.21 | 129.6 | 0.32 | 0.69 |
| Hex | 98 | CA | A0 | 19 | 0 | 15 | 15 | 82 | 20 | 45 |
| Octal | 230 | 312 | 240 | 31 | 0 | 25 | 25 | 202 | 40 | 105 |
| Binary | 10011000 | 11001010 | 10100000 | 11001 | 0 | 10101 | 10101 | 10000010 | 100000 | 1000101 |
Color Harmonies of #98CAA0
Complementary color
Monochromatic Colors of #98CAA0
Black with #98CAA0
Text Example
Text Example
White with #98CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CAA0; }
p { color: rgb(152,202,160); }
H1.HeaderClassName
{
color: #98CAA0;
}
.AnyTagClassName
{
color: #98CAA0;
}
</style>
background-color css
<style>
a { background-color: #98CAA0; }
a { background-color: rgb(152,202,160); }
div.DivClassName
{
background-color: #98CAA0;
}
.BgClassName
{
background-color: #98CAA0;
}
</style>
border-color css
<style>
span { border-color: #98CAA0; }
span { border-color: rgb(152,202,160); }
td.TdClassName
{
border-color: #98CAA0;
}
.TagClassName
{
border-color: #98CAA0;
}
</style>