Shades of Chinook #9CCB9C
Tints of Chinook #9CCB9C
RGB
CMYK
RGB Variations
Color information
#9CCB9C (or 0x9CCB9C) is known color: Chinook. HEX triplet: 9C, CB and 9C. RGB value is (156,203,156). Sum of RGB (Red+Green+Blue) = 156+203+156=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCB9C is #633463. Grayscale: #B7B7B7. Windows color (decimal): -6501476 or 10275740. OLE color: 10275740.
HSL color Cylindrical-coordinate representation of color #9CCB9C: hue angle of 120º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCB9C is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 156 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.20 |
| HSL | 120º | 0.31% | 0.7% | - |
| HSV(B) | 120º | 0.23% | 0.8% | - |
| XYZ | 41.07 | 52.18 | 39.36 | - |
| YUV | 183.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 156 | 0.23 | 0 | 0.23 | 0.20 | 120 | 0.31 | 0.7 |
| Hex | 9C | CB | 9C | 17 | 0 | 17 | 14 | 78 | 1F | 46 |
| Octal | 234 | 313 | 234 | 27 | 0 | 27 | 24 | 170 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10011100 | 10111 | 0 | 10111 | 10100 | 1111000 | 11111 | 1000110 |
Color Harmonies of #9CCB9C
Complementary color
Monochromatic Colors of #9CCB9C
Black with #9CCB9C
Text Example
Text Example
White with #9CCB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCB9C; }
p { color: rgb(156,203,156); }
H1.HeaderClassName
{
color: #9CCB9C;
}
.AnyTagClassName
{
color: #9CCB9C;
}
</style>
background-color css
<style>
a { background-color: #9CCB9C; }
a { background-color: rgb(156,203,156); }
div.DivClassName
{
background-color: #9CCB9C;
}
.BgClassName
{
background-color: #9CCB9C;
}
</style>
border-color css
<style>
span { border-color: #9CCB9C; }
span { border-color: rgb(156,203,156); }
td.TdClassName
{
border-color: #9CCB9C;
}
.TagClassName
{
border-color: #9CCB9C;
}
</style>