Shades of Chinook #99D5A6
Tints of Chinook #99D5A6
RGB
CMYK
RGB Variations
Color information
#99D5A6 (or 0x99D5A6) is known color: Chinook. HEX triplet: 99, D5 and A6. RGB value is (153,213,166). Sum of RGB (Red+Green+Blue) = 153+213+166=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D5A6 is #662A59. Grayscale: #BDBDBD. Windows color (decimal): -6695514 or 10933657. OLE color: 10933657.
HSL color Cylindrical-coordinate representation of color #99D5A6: hue angle of 133º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5A6 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 166 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.16 |
| HSL | 133º | 0.42% | 0.72% | - |
| HSV(B) | 133º | 0.28% | 0.84% | - |
| XYZ | 43.81 | 57.11 | 44.79 | - |
| YUV | 189.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 166 | 0.28 | 0 | 0.22 | 0.16 | 133 | 0.42 | 0.72 |
| Hex | 99 | D5 | A6 | 1C | 0 | 16 | 10 | 85 | 2A | 48 |
| Octal | 231 | 325 | 246 | 34 | 0 | 26 | 20 | 205 | 52 | 110 |
| Binary | 10011001 | 11010101 | 10100110 | 11100 | 0 | 10110 | 10000 | 10000101 | 101010 | 1001000 |
Color Harmonies of #99D5A6
Complementary color
Monochromatic Colors of #99D5A6
Black with #99D5A6
Text Example
Text Example
White with #99D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5A6; }
p { color: rgb(153,213,166); }
H1.HeaderClassName
{
color: #99D5A6;
}
.AnyTagClassName
{
color: #99D5A6;
}
</style>
background-color css
<style>
a { background-color: #99D5A6; }
a { background-color: rgb(153,213,166); }
div.DivClassName
{
background-color: #99D5A6;
}
.BgClassName
{
background-color: #99D5A6;
}
</style>
border-color css
<style>
span { border-color: #99D5A6; }
span { border-color: rgb(153,213,166); }
td.TdClassName
{
border-color: #99D5A6;
}
.TagClassName
{
border-color: #99D5A6;
}
</style>