Shades of Chinook #99CCA9
Tints of Chinook #99CCA9
RGB
CMYK
RGB Variations
Color information
#99CCA9 (or 0x99CCA9) is known color: Chinook. HEX triplet: 99, CC and A9. RGB value is (153,204,169). Sum of RGB (Red+Green+Blue) = 153+204+169=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCA9 is #663356. Grayscale: #B8B8B8. Windows color (decimal): -6697815 or 11127961. OLE color: 11127961.
HSL color Cylindrical-coordinate representation of color #99CCA9: hue angle of 138.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCA9 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 169 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.2 |
| HSL | 138.82º | 0.33% | 0.7% | - |
| HSV(B) | 138.82º | 0.25% | 0.8% | - |
| XYZ | 41.89 | 52.82 | 45.52 | - |
| YUV | 184.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 169 | 0.25 | 0 | 0.17 | 0.2 | 138.82 | 0.33 | 0.7 |
| Hex | 99 | CC | A9 | 19 | 0 | 11 | 14 | 8B | 21 | 46 |
| Octal | 231 | 314 | 251 | 31 | 0 | 21 | 24 | 213 | 41 | 106 |
| Binary | 10011001 | 11001100 | 10101001 | 11001 | 0 | 10001 | 10100 | 10001011 | 100001 | 1000110 |
Color Harmonies of #99CCA9
Complementary color
Monochromatic Colors of #99CCA9
Black with #99CCA9
Text Example
Text Example
White with #99CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCA9; }
p { color: rgb(153,204,169); }
H1.HeaderClassName
{
color: #99CCA9;
}
.AnyTagClassName
{
color: #99CCA9;
}
</style>
background-color css
<style>
a { background-color: #99CCA9; }
a { background-color: rgb(153,204,169); }
div.DivClassName
{
background-color: #99CCA9;
}
.BgClassName
{
background-color: #99CCA9;
}
</style>
border-color css
<style>
span { border-color: #99CCA9; }
span { border-color: rgb(153,204,169); }
td.TdClassName
{
border-color: #99CCA9;
}
.TagClassName
{
border-color: #99CCA9;
}
</style>