Shades of Chinook #9CDBAB
Tints of Chinook #9CDBAB
RGB
CMYK
RGB Variations
Color information
#9CDBAB (or 0x9CDBAB) is known color: Chinook. HEX triplet: 9C, DB and AB. RGB value is (156,219,171). Sum of RGB (Red+Green+Blue) = 156+219+171=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBAB is #632454. Grayscale: #C2C2C2. Windows color (decimal): -6497365 or 11262876. OLE color: 11262876.
HSL color Cylindrical-coordinate representation of color #9CDBAB: hue angle of 134.29º 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 #9CDBAB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 171 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.14 |
| HSL | 134.29º | 0.47% | 0.74% | - |
| HSV(B) | 134.29º | 0.29% | 0.86% | - |
| XYZ | 46.39 | 60.67 | 47.79 | - |
| YUV | 194.69 | 114.63 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 171 | 0.29 | 0 | 0.22 | 0.14 | 134.29 | 0.47 | 0.74 |
| Hex | 9C | DB | AB | 1D | 0 | 16 | E | 86 | 2F | 4A |
| Octal | 234 | 333 | 253 | 35 | 0 | 26 | 16 | 206 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10101011 | 11101 | 0 | 10110 | 1110 | 10000110 | 101111 | 1001010 |
Color Harmonies of #9CDBAB
Complementary color
Monochromatic Colors of #9CDBAB
Black with #9CDBAB
Text Example
Text Example
White with #9CDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBAB; }
p { color: rgb(156,219,171); }
H1.HeaderClassName
{
color: #9CDBAB;
}
.AnyTagClassName
{
color: #9CDBAB;
}
</style>
background-color css
<style>
a { background-color: #9CDBAB; }
a { background-color: rgb(156,219,171); }
div.DivClassName
{
background-color: #9CDBAB;
}
.BgClassName
{
background-color: #9CDBAB;
}
</style>
border-color css
<style>
span { border-color: #9CDBAB; }
span { border-color: rgb(156,219,171); }
td.TdClassName
{
border-color: #9CDBAB;
}
.TagClassName
{
border-color: #9CDBAB;
}
</style>