Shades of Chinook #98D5A6
Tints of Chinook #98D5A6
RGB
CMYK
RGB Variations
Color information
#98D5A6 (or 0x98D5A6) is known color: Chinook. HEX triplet: 98, D5 and A6. RGB value is (152,213,166). Sum of RGB (Red+Green+Blue) = 152+213+166=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5A6 is #672A59. Grayscale: #BDBDBD. Windows color (decimal): -6761050 or 10933656. OLE color: 10933656.
HSL color Cylindrical-coordinate representation of color #98D5A6: hue angle of 133.77º 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 #98D5A6 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 166 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.16 |
| HSL | 133.77º | 0.42% | 0.72% | - |
| HSV(B) | 133.77º | 0.29% | 0.84% | - |
| XYZ | 43.63 | 57.02 | 44.78 | - |
| YUV | 189.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 166 | 0.29 | 0 | 0.22 | 0.16 | 133.77 | 0.42 | 0.72 |
| Hex | 98 | D5 | A6 | 1D | 0 | 16 | 10 | 86 | 2A | 48 |
| Octal | 230 | 325 | 246 | 35 | 0 | 26 | 20 | 206 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10100110 | 11101 | 0 | 10110 | 10000 | 10000110 | 101010 | 1001000 |
Color Harmonies of #98D5A6
Complementary color
Monochromatic Colors of #98D5A6
Black with #98D5A6
Text Example
Text Example
White with #98D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5A6; }
p { color: rgb(152,213,166); }
H1.HeaderClassName
{
color: #98D5A6;
}
.AnyTagClassName
{
color: #98D5A6;
}
</style>
background-color css
<style>
a { background-color: #98D5A6; }
a { background-color: rgb(152,213,166); }
div.DivClassName
{
background-color: #98D5A6;
}
.BgClassName
{
background-color: #98D5A6;
}
</style>
border-color css
<style>
span { border-color: #98D5A6; }
span { border-color: rgb(152,213,166); }
td.TdClassName
{
border-color: #98D5A6;
}
.TagClassName
{
border-color: #98D5A6;
}
</style>