Shades of Chinook #99D9A6
Tints of Chinook #99D9A6
RGB
CMYK
RGB Variations
Color information
#99D9A6 (or 0x99D9A6) is known color: Chinook. HEX triplet: 99, D9 and A6. RGB value is (153,217,166). Sum of RGB (Red+Green+Blue) = 153+217+166=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D9A6 is #662659. Grayscale: #C0C0C0. Windows color (decimal): -6694490 or 10934681. OLE color: 10934681.
HSL color Cylindrical-coordinate representation of color #99D9A6: hue angle of 132.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9A6 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 166 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.15 |
| HSL | 132.19º | 0.46% | 0.73% | - |
| HSV(B) | 132.19º | 0.29% | 0.85% | - |
| XYZ | 44.83 | 59.15 | 45.13 | - |
| YUV | 192.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 166 | 0.29 | 0 | 0.24 | 0.15 | 132.19 | 0.46 | 0.73 |
| Hex | 99 | D9 | A6 | 1D | 0 | 18 | F | 84 | 2E | 49 |
| Octal | 231 | 331 | 246 | 35 | 0 | 30 | 17 | 204 | 56 | 111 |
| Binary | 10011001 | 11011001 | 10100110 | 11101 | 0 | 11000 | 1111 | 10000100 | 101110 | 1001001 |
Color Harmonies of #99D9A6
Complementary color
Monochromatic Colors of #99D9A6
Black with #99D9A6
Text Example
Text Example
White with #99D9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9A6; }
p { color: rgb(153,217,166); }
H1.HeaderClassName
{
color: #99D9A6;
}
.AnyTagClassName
{
color: #99D9A6;
}
</style>
background-color css
<style>
a { background-color: #99D9A6; }
a { background-color: rgb(153,217,166); }
div.DivClassName
{
background-color: #99D9A6;
}
.BgClassName
{
background-color: #99D9A6;
}
</style>
border-color css
<style>
span { border-color: #99D9A6; }
span { border-color: rgb(153,217,166); }
td.TdClassName
{
border-color: #99D9A6;
}
.TagClassName
{
border-color: #99D9A6;
}
</style>