Shades of Chinook #98D6A5
Tints of Chinook #98D6A5
RGB
CMYK
RGB Variations
Color information
#98D6A5 (or 0x98D6A5) is known color: Chinook. HEX triplet: 98, D6 and A5. RGB value is (152,214,165). Sum of RGB (Red+Green+Blue) = 152+214+165=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D6A5 is #67295A. Grayscale: #BEBEBE. Windows color (decimal): -6760795 or 10868376. OLE color: 10868376.
HSL color Cylindrical-coordinate representation of color #98D6A5: hue angle of 132.58º degrees, saturation: 0.43, 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 #98D6A5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 165 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.16 |
| HSL | 132.58º | 0.43% | 0.72% | - |
| HSV(B) | 132.58º | 0.29% | 0.84% | - |
| XYZ | 43.79 | 57.49 | 44.39 | - |
| YUV | 189.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 165 | 0.29 | 0 | 0.23 | 0.16 | 132.58 | 0.43 | 0.72 |
| Hex | 98 | D6 | A5 | 1D | 0 | 17 | 10 | 85 | 2B | 48 |
| Octal | 230 | 326 | 245 | 35 | 0 | 27 | 20 | 205 | 53 | 110 |
| Binary | 10011000 | 11010110 | 10100101 | 11101 | 0 | 10111 | 10000 | 10000101 | 101011 | 1001000 |
Color Harmonies of #98D6A5
Complementary color
Monochromatic Colors of #98D6A5
Black with #98D6A5
Text Example
Text Example
White with #98D6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6A5; }
p { color: rgb(152,214,165); }
H1.HeaderClassName
{
color: #98D6A5;
}
.AnyTagClassName
{
color: #98D6A5;
}
</style>
background-color css
<style>
a { background-color: #98D6A5; }
a { background-color: rgb(152,214,165); }
div.DivClassName
{
background-color: #98D6A5;
}
.BgClassName
{
background-color: #98D6A5;
}
</style>
border-color css
<style>
span { border-color: #98D6A5; }
span { border-color: rgb(152,214,165); }
td.TdClassName
{
border-color: #98D6A5;
}
.TagClassName
{
border-color: #98D6A5;
}
</style>