Shades of Chinook #99C6A5
Tints of Chinook #99C6A5
RGB
CMYK
RGB Variations
Color information
#99C6A5 (or 0x99C6A5) is known color: Chinook. HEX triplet: 99, C6 and A5. RGB value is (153,198,165). Sum of RGB (Red+Green+Blue) = 153+198+165=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #99C6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C6A5 is #66395A. Grayscale: #B4B4B4. Windows color (decimal): -6699355 or 10864281. OLE color: 10864281.
HSL color Cylindrical-coordinate representation of color #99C6A5: hue angle of 136º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C6A5 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 165 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.22 |
| HSL | 136º | 0.28% | 0.69% | - |
| HSV(B) | 136º | 0.23% | 0.78% | - |
| XYZ | 40.12 | 49.88 | 43.11 | - |
| YUV | 180.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 165 | 0.23 | 0 | 0.17 | 0.22 | 136 | 0.28 | 0.69 |
| Hex | 99 | C6 | A5 | 17 | 0 | 11 | 16 | 88 | 1C | 45 |
| Octal | 231 | 306 | 245 | 27 | 0 | 21 | 26 | 210 | 34 | 105 |
| Binary | 10011001 | 11000110 | 10100101 | 10111 | 0 | 10001 | 10110 | 10001000 | 11100 | 1000101 |
Color Harmonies of #99C6A5
Complementary color
Monochromatic Colors of #99C6A5
Black with #99C6A5
Text Example
Text Example
White with #99C6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C6A5; }
p { color: rgb(153,198,165); }
H1.HeaderClassName
{
color: #99C6A5;
}
.AnyTagClassName
{
color: #99C6A5;
}
</style>
background-color css
<style>
a { background-color: #99C6A5; }
a { background-color: rgb(153,198,165); }
div.DivClassName
{
background-color: #99C6A5;
}
.BgClassName
{
background-color: #99C6A5;
}
</style>
border-color css
<style>
span { border-color: #99C6A5; }
span { border-color: rgb(153,198,165); }
td.TdClassName
{
border-color: #99C6A5;
}
.TagClassName
{
border-color: #99C6A5;
}
</style>