Shades of Chinook #9CDBA1
Tints of Chinook #9CDBA1
RGB
CMYK
RGB Variations
Color information
#9CDBA1 (or 0x9CDBA1) is known color: Chinook. HEX triplet: 9C, DB and A1. RGB value is (156,219,161). Sum of RGB (Red+Green+Blue) = 156+219+161=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA1 is #63245E. Grayscale: #C1C1C1. Windows color (decimal): -6497375 or 10607516. OLE color: 10607516.
HSL color Cylindrical-coordinate representation of color #9CDBA1: hue angle of 124.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDBA1 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 161 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.14 |
| HSL | 124.76º | 0.47% | 0.74% | - |
| HSV(B) | 124.76º | 0.29% | 0.86% | - |
| XYZ | 45.47 | 60.3 | 42.96 | - |
| YUV | 193.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 161 | 0.29 | 0 | 0.26 | 0.14 | 124.76 | 0.47 | 0.74 |
| Hex | 9C | DB | A1 | 1D | 0 | 1A | E | 7D | 2F | 4A |
| Octal | 234 | 333 | 241 | 35 | 0 | 32 | 16 | 175 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10100001 | 11101 | 0 | 11010 | 1110 | 1111101 | 101111 | 1001010 |
Color Harmonies of #9CDBA1
Complementary color
Monochromatic Colors of #9CDBA1
Black with #9CDBA1
Text Example
Text Example
White with #9CDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBA1; }
p { color: rgb(156,219,161); }
H1.HeaderClassName
{
color: #9CDBA1;
}
.AnyTagClassName
{
color: #9CDBA1;
}
</style>
background-color css
<style>
a { background-color: #9CDBA1; }
a { background-color: rgb(156,219,161); }
div.DivClassName
{
background-color: #9CDBA1;
}
.BgClassName
{
background-color: #9CDBA1;
}
</style>
border-color css
<style>
span { border-color: #9CDBA1; }
span { border-color: rgb(156,219,161); }
td.TdClassName
{
border-color: #9CDBA1;
}
.TagClassName
{
border-color: #9CDBA1;
}
</style>