Shades of Chinook #9CDBA5
Tints of Chinook #9CDBA5
RGB
CMYK
RGB Variations
Color information
#9CDBA5 (or 0x9CDBA5) is known color: Chinook. HEX triplet: 9C, DB and A5. RGB value is (156,219,165). Sum of RGB (Red+Green+Blue) = 156+219+165=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDBA5 is #63245A. Grayscale: #C2C2C2. Windows color (decimal): -6497371 or 10869660. OLE color: 10869660.
HSL color Cylindrical-coordinate representation of color #9CDBA5: hue angle of 128.57º 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 #9CDBA5 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 219 | 165 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.14 |
| HSL | 128.57º | 0.47% | 0.74% | - |
| HSV(B) | 128.57º | 0.29% | 0.86% | - |
| XYZ | 45.83 | 60.45 | 44.85 | - |
| YUV | 194.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 219 | 165 | 0.29 | 0 | 0.25 | 0.14 | 128.57 | 0.47 | 0.74 |
| Hex | 9C | DB | A5 | 1D | 0 | 19 | E | 81 | 2F | 4A |
| Octal | 234 | 333 | 245 | 35 | 0 | 31 | 16 | 201 | 57 | 112 |
| Binary | 10011100 | 11011011 | 10100101 | 11101 | 0 | 11001 | 1110 | 10000001 | 101111 | 1001010 |
Color Harmonies of #9CDBA5
Complementary color
Monochromatic Colors of #9CDBA5
Black with #9CDBA5
Text Example
Text Example
White with #9CDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDBA5; }
p { color: rgb(156,219,165); }
H1.HeaderClassName
{
color: #9CDBA5;
}
.AnyTagClassName
{
color: #9CDBA5;
}
</style>
background-color css
<style>
a { background-color: #9CDBA5; }
a { background-color: rgb(156,219,165); }
div.DivClassName
{
background-color: #9CDBA5;
}
.BgClassName
{
background-color: #9CDBA5;
}
</style>
border-color css
<style>
span { border-color: #9CDBA5; }
span { border-color: rgb(156,219,165); }
td.TdClassName
{
border-color: #9CDBA5;
}
.TagClassName
{
border-color: #9CDBA5;
}
</style>