Shades of Chinook #9CCAAB
Tints of Chinook #9CCAAB
RGB
CMYK
RGB Variations
Color information
#9CCAAB (or 0x9CCAAB) is known color: Chinook. HEX triplet: 9C, CA and AB. RGB value is (156,202,171). Sum of RGB (Red+Green+Blue) = 156+202+171=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCAAB is #633554. Grayscale: #B8B8B8. Windows color (decimal): -6501717 or 11258524. OLE color: 11258524.
HSL color Cylindrical-coordinate representation of color #9CCAAB: hue angle of 139.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CCAAB is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 171 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.21 |
| HSL | 139.57º | 0.3% | 0.7% | - |
| HSV(B) | 139.57º | 0.23% | 0.79% | - |
| XYZ | 42.18 | 52.25 | 46.39 | - |
| YUV | 184.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 171 | 0.23 | 0 | 0.15 | 0.21 | 139.57 | 0.3 | 0.7 |
| Hex | 9C | CA | AB | 17 | 0 | F | 15 | 8C | 1E | 46 |
| Octal | 234 | 312 | 253 | 27 | 0 | 17 | 25 | 214 | 36 | 106 |
| Binary | 10011100 | 11001010 | 10101011 | 10111 | 0 | 1111 | 10101 | 10001100 | 11110 | 1000110 |
Color Harmonies of #9CCAAB
Complementary color
Monochromatic Colors of #9CCAAB
Black with #9CCAAB
Text Example
Text Example
White with #9CCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCAAB; }
p { color: rgb(156,202,171); }
H1.HeaderClassName
{
color: #9CCAAB;
}
.AnyTagClassName
{
color: #9CCAAB;
}
</style>
background-color css
<style>
a { background-color: #9CCAAB; }
a { background-color: rgb(156,202,171); }
div.DivClassName
{
background-color: #9CCAAB;
}
.BgClassName
{
background-color: #9CCAAB;
}
</style>
border-color css
<style>
span { border-color: #9CCAAB; }
span { border-color: rgb(156,202,171); }
td.TdClassName
{
border-color: #9CCAAB;
}
.TagClassName
{
border-color: #9CCAAB;
}
</style>