Shades of Chinook #98D5A1
Tints of Chinook #98D5A1
RGB
CMYK
RGB Variations
Color information
#98D5A1 (or 0x98D5A1) is known color: Chinook. HEX triplet: 98, D5 and A1. RGB value is (152,213,161). Sum of RGB (Red+Green+Blue) = 152+213+161=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5A1 is #672A5E. Grayscale: #BCBCBC. Windows color (decimal): -6761055 or 10605976. OLE color: 10605976.
HSL color Cylindrical-coordinate representation of color #98D5A1: hue angle of 128.85º 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 #98D5A1 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 161 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.16 |
| HSL | 128.85º | 0.42% | 0.72% | - |
| HSV(B) | 128.85º | 0.29% | 0.84% | - |
| XYZ | 43.18 | 56.84 | 42.41 | - |
| YUV | 188.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 161 | 0.29 | 0 | 0.24 | 0.16 | 128.85 | 0.42 | 0.72 |
| Hex | 98 | D5 | A1 | 1D | 0 | 18 | 10 | 81 | 2A | 48 |
| Octal | 230 | 325 | 241 | 35 | 0 | 30 | 20 | 201 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10100001 | 11101 | 0 | 11000 | 10000 | 10000001 | 101010 | 1001000 |
Color Harmonies of #98D5A1
Complementary color
Monochromatic Colors of #98D5A1
Black with #98D5A1
Text Example
Text Example
White with #98D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5A1; }
p { color: rgb(152,213,161); }
H1.HeaderClassName
{
color: #98D5A1;
}
.AnyTagClassName
{
color: #98D5A1;
}
</style>
background-color css
<style>
a { background-color: #98D5A1; }
a { background-color: rgb(152,213,161); }
div.DivClassName
{
background-color: #98D5A1;
}
.BgClassName
{
background-color: #98D5A1;
}
</style>
border-color css
<style>
span { border-color: #98D5A1; }
span { border-color: rgb(152,213,161); }
td.TdClassName
{
border-color: #98D5A1;
}
.TagClassName
{
border-color: #98D5A1;
}
</style>