Shades of Chinook #99DCA5
Tints of Chinook #99DCA5
RGB
CMYK
RGB Variations
Color information
#99DCA5 (or 0x99DCA5) is known color: Chinook. HEX triplet: 99, DC and A5. RGB value is (153,220,165). Sum of RGB (Red+Green+Blue) = 153+220+165=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCA5 is #66235A. Grayscale: #C1C1C1. Windows color (decimal): -6693723 or 10869913. OLE color: 10869913.
HSL color Cylindrical-coordinate representation of color #99DCA5: hue angle of 130.75º 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 #99DCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 165 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.14 |
| HSL | 130.75º | 0.49% | 0.73% | - |
| HSV(B) | 130.75º | 0.3% | 0.86% | - |
| XYZ | 45.52 | 60.68 | 44.91 | - |
| YUV | 193.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 165 | 0.30 | 0 | 0.25 | 0.14 | 130.75 | 0.49 | 0.73 |
| Hex | 99 | DC | A5 | 1E | 0 | 19 | E | 83 | 31 | 49 |
| Octal | 231 | 334 | 245 | 36 | 0 | 31 | 16 | 203 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10100101 | 11110 | 0 | 11001 | 1110 | 10000011 | 110001 | 1001001 |
Color Harmonies of #99DCA5
Complementary color
Monochromatic Colors of #99DCA5
Black with #99DCA5
Text Example
Text Example
White with #99DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCA5; }
p { color: rgb(153,220,165); }
H1.HeaderClassName
{
color: #99DCA5;
}
.AnyTagClassName
{
color: #99DCA5;
}
</style>
background-color css
<style>
a { background-color: #99DCA5; }
a { background-color: rgb(153,220,165); }
div.DivClassName
{
background-color: #99DCA5;
}
.BgClassName
{
background-color: #99DCA5;
}
</style>
border-color css
<style>
span { border-color: #99DCA5; }
span { border-color: rgb(153,220,165); }
td.TdClassName
{
border-color: #99DCA5;
}
.TagClassName
{
border-color: #99DCA5;
}
</style>