Shades of Chinook #9CCC9C
Tints of Chinook #9CCC9C
RGB
CMYK
RGB Variations
Color information
#9CCC9C (or 0x9CCC9C) is known color: Chinook. HEX triplet: 9C, CC and 9C. RGB value is (156,204,156). Sum of RGB (Red+Green+Blue) = 156+204+156=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCC9C is #633363. Grayscale: #B8B8B8. Windows color (decimal): -6501220 or 10275996. OLE color: 10275996.
HSL color Cylindrical-coordinate representation of color #9CCC9C: hue angle of 120º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCC9C is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 156 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.2 |
| HSL | 120º | 0.32% | 0.71% | - |
| HSV(B) | 120º | 0.24% | 0.8% | - |
| XYZ | 41.3 | 52.65 | 39.44 | - |
| YUV | 184.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 156 | 0.24 | 0 | 0.24 | 0.2 | 120 | 0.32 | 0.71 |
| Hex | 9C | CC | 9C | 18 | 0 | 18 | 14 | 78 | 20 | 47 |
| Octal | 234 | 314 | 234 | 30 | 0 | 30 | 24 | 170 | 40 | 107 |
| Binary | 10011100 | 11001100 | 10011100 | 11000 | 0 | 11000 | 10100 | 1111000 | 100000 | 1000111 |
Color Harmonies of #9CCC9C
Complementary color
Monochromatic Colors of #9CCC9C
Black with #9CCC9C
Text Example
Text Example
White with #9CCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC9C; }
p { color: rgb(156,204,156); }
H1.HeaderClassName
{
color: #9CCC9C;
}
.AnyTagClassName
{
color: #9CCC9C;
}
</style>
background-color css
<style>
a { background-color: #9CCC9C; }
a { background-color: rgb(156,204,156); }
div.DivClassName
{
background-color: #9CCC9C;
}
.BgClassName
{
background-color: #9CCC9C;
}
</style>
border-color css
<style>
span { border-color: #9CCC9C; }
span { border-color: rgb(156,204,156); }
td.TdClassName
{
border-color: #9CCC9C;
}
.TagClassName
{
border-color: #9CCC9C;
}
</style>