Shades of Chinook #9CCBA4
Tints of Chinook #9CCBA4
RGB
CMYK
RGB Variations
Color information
#9CCBA4 (or 0x9CCBA4) is known color: Chinook. HEX triplet: 9C, CB and A4. RGB value is (156,203,164). Sum of RGB (Red+Green+Blue) = 156+203+164=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCBA4 is #63345B. Grayscale: #B8B8B8. Windows color (decimal): -6501468 or 10800028. OLE color: 10800028.
HSL color Cylindrical-coordinate representation of color #9CCBA4: hue angle of 130.21º 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 #9CCBA4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 203 | 164 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.20 |
| HSL | 130.21º | 0.31% | 0.7% | - |
| HSV(B) | 130.21º | 0.23% | 0.8% | - |
| XYZ | 41.77 | 52.46 | 43.05 | - |
| YUV | 184.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 203 | 164 | 0.23 | 0 | 0.19 | 0.20 | 130.21 | 0.31 | 0.7 |
| Hex | 9C | CB | A4 | 17 | 0 | 13 | 14 | 82 | 1F | 46 |
| Octal | 234 | 313 | 244 | 27 | 0 | 23 | 24 | 202 | 37 | 106 |
| Binary | 10011100 | 11001011 | 10100100 | 10111 | 0 | 10011 | 10100 | 10000010 | 11111 | 1000110 |
Color Harmonies of #9CCBA4
Complementary color
Monochromatic Colors of #9CCBA4
Black with #9CCBA4
Text Example
Text Example
White with #9CCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCBA4; }
p { color: rgb(156,203,164); }
H1.HeaderClassName
{
color: #9CCBA4;
}
.AnyTagClassName
{
color: #9CCBA4;
}
</style>
background-color css
<style>
a { background-color: #9CCBA4; }
a { background-color: rgb(156,203,164); }
div.DivClassName
{
background-color: #9CCBA4;
}
.BgClassName
{
background-color: #9CCBA4;
}
</style>
border-color css
<style>
span { border-color: #9CCBA4; }
span { border-color: rgb(156,203,164); }
td.TdClassName
{
border-color: #9CCBA4;
}
.TagClassName
{
border-color: #9CCBA4;
}
</style>