Shades of Chinook #98D5A0
Tints of Chinook #98D5A0
RGB
CMYK
RGB Variations
Color information
#98D5A0 (or 0x98D5A0) is known color: Chinook. HEX triplet: 98, D5 and A0. RGB value is (152,213,160). Sum of RGB (Red+Green+Blue) = 152+213+160=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5A0 is #672A5F. Grayscale: #BCBCBC. Windows color (decimal): -6761056 or 10540440. OLE color: 10540440.
HSL color Cylindrical-coordinate representation of color #98D5A0: hue angle of 127.87º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D5A0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 160 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.16 |
| HSL | 127.87º | 0.42% | 0.72% | - |
| HSV(B) | 127.87º | 0.29% | 0.84% | - |
| XYZ | 43.09 | 56.8 | 41.95 | - |
| YUV | 188.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 160 | 0.29 | 0 | 0.25 | 0.16 | 127.87 | 0.42 | 0.72 |
| Hex | 98 | D5 | A0 | 1D | 0 | 19 | 10 | 80 | 2A | 48 |
| Octal | 230 | 325 | 240 | 35 | 0 | 31 | 20 | 200 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10100000 | 11101 | 0 | 11001 | 10000 | 10000000 | 101010 | 1001000 |
Color Harmonies of #98D5A0
Complementary color
Monochromatic Colors of #98D5A0
Black with #98D5A0
Text Example
Text Example
White with #98D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5A0; }
p { color: rgb(152,213,160); }
H1.HeaderClassName
{
color: #98D5A0;
}
.AnyTagClassName
{
color: #98D5A0;
}
</style>
background-color css
<style>
a { background-color: #98D5A0; }
a { background-color: rgb(152,213,160); }
div.DivClassName
{
background-color: #98D5A0;
}
.BgClassName
{
background-color: #98D5A0;
}
</style>
border-color css
<style>
span { border-color: #98D5A0; }
span { border-color: rgb(152,213,160); }
td.TdClassName
{
border-color: #98D5A0;
}
.TagClassName
{
border-color: #98D5A0;
}
</style>