Shades of Chinook #9CDBA6
Tints of Chinook #9CDBA6
RGB
CMYK
RGB Variations
Color information
#9CDBA6 (or 0x9CDBA6) is known color: Chinook. HEX triplet: 9C, DB and A6. RGB value is (156,219,166). Sum of RGB (Red+Green+Blue) = 156+219+166=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA6 is #632459. Grayscale: #C2C2C2. Windows color (decimal): -6497370 or 10935196. OLE color: 10935196.
HSL color Cylindrical-coordinate representation of color #9CDBA6: hue angle of 129.52º 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 #9CDBA6 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 166 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.14 |
| HSL | 129.52º | 0.47% | 0.74% | - |
| HSV(B) | 129.52º | 0.29% | 0.86% | - |
| XYZ | 45.92 | 60.48 | 45.33 | - |
| YUV | 194.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 166 | 0.29 | 0 | 0.24 | 0.14 | 129.52 | 0.47 | 0.74 |
| Hex | 9C | DB | A6 | 1D | 0 | 18 | E | 82 | 2F | 4A |
| Octal | 234 | 333 | 246 | 35 | 0 | 30 | 16 | 202 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10100110 | 11101 | 0 | 11000 | 1110 | 10000010 | 101111 | 1001010 |
Color Harmonies of #9CDBA6
Complementary color
Monochromatic Colors of #9CDBA6
Black with #9CDBA6
Text Example
Text Example
White with #9CDBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBA6; }
p { color: rgb(156,219,166); }
H1.HeaderClassName
{
color: #9CDBA6;
}
.AnyTagClassName
{
color: #9CDBA6;
}
</style>
background-color css
<style>
a { background-color: #9CDBA6; }
a { background-color: rgb(156,219,166); }
div.DivClassName
{
background-color: #9CDBA6;
}
.BgClassName
{
background-color: #9CDBA6;
}
</style>
border-color css
<style>
span { border-color: #9CDBA6; }
span { border-color: rgb(156,219,166); }
td.TdClassName
{
border-color: #9CDBA6;
}
.TagClassName
{
border-color: #9CDBA6;
}
</style>