Shades of Chinook #99DCA0
Tints of Chinook #99DCA0
RGB
CMYK
RGB Variations
Color information
#99DCA0 (or 0x99DCA0) is known color: Chinook. HEX triplet: 99, DC and A0. RGB value is (153,220,160). Sum of RGB (Red+Green+Blue) = 153+220+160=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCA0 is #66235F. Grayscale: #C1C1C1. Windows color (decimal): -6693728 or 10542233. OLE color: 10542233.
HSL color Cylindrical-coordinate representation of color #99DCA0: hue angle of 126.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCA0 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 160 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.14 |
| HSL | 126.27º | 0.49% | 0.73% | - |
| HSV(B) | 126.27º | 0.3% | 0.86% | - |
| XYZ | 45.08 | 60.5 | 42.56 | - |
| YUV | 193.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 160 | 0.30 | 0 | 0.27 | 0.14 | 126.27 | 0.49 | 0.73 |
| Hex | 99 | DC | A0 | 1E | 0 | 1B | E | 7E | 31 | 49 |
| Octal | 231 | 334 | 240 | 36 | 0 | 33 | 16 | 176 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10100000 | 11110 | 0 | 11011 | 1110 | 1111110 | 110001 | 1001001 |
Color Harmonies of #99DCA0
Complementary color
Monochromatic Colors of #99DCA0
Black with #99DCA0
Text Example
Text Example
White with #99DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCA0; }
p { color: rgb(153,220,160); }
H1.HeaderClassName
{
color: #99DCA0;
}
.AnyTagClassName
{
color: #99DCA0;
}
</style>
background-color css
<style>
a { background-color: #99DCA0; }
a { background-color: rgb(153,220,160); }
div.DivClassName
{
background-color: #99DCA0;
}
.BgClassName
{
background-color: #99DCA0;
}
</style>
border-color css
<style>
span { border-color: #99DCA0; }
span { border-color: rgb(153,220,160); }
td.TdClassName
{
border-color: #99DCA0;
}
.TagClassName
{
border-color: #99DCA0;
}
</style>