Shades of Chinook #9BDDA3
Tints of Chinook #9BDDA3
RGB
CMYK
RGB Variations
Color information
#9BDDA3 (or 0x9BDDA3) is known color: Chinook. HEX triplet: 9B, DD and A3. RGB value is (155,221,163). Sum of RGB (Red+Green+Blue) = 155+221+163=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDA3 is #64225C. Grayscale: #C2C2C2. Windows color (decimal): -6562397 or 10739099. OLE color: 10739099.
HSL color Cylindrical-coordinate representation of color #9BDDA3: hue angle of 127.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDDA3 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 163 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.13 |
| HSL | 127.27º | 0.49% | 0.74% | - |
| HSV(B) | 127.27º | 0.3% | 0.87% | - |
| XYZ | 45.98 | 61.33 | 44.06 | - |
| YUV | 194.65 | 110.13 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 163 | 0.30 | 0 | 0.26 | 0.13 | 127.27 | 0.49 | 0.74 |
| Hex | 9B | DD | A3 | 1E | 0 | 1A | D | 7F | 31 | 4A |
| Octal | 233 | 335 | 243 | 36 | 0 | 32 | 15 | 177 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10100011 | 11110 | 0 | 11010 | 1101 | 1111111 | 110001 | 1001010 |
Color Harmonies of #9BDDA3
Complementary color
Monochromatic Colors of #9BDDA3
Black with #9BDDA3
Text Example
Text Example
White with #9BDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDA3; }
p { color: rgb(155,221,163); }
H1.HeaderClassName
{
color: #9BDDA3;
}
.AnyTagClassName
{
color: #9BDDA3;
}
</style>
background-color css
<style>
a { background-color: #9BDDA3; }
a { background-color: rgb(155,221,163); }
div.DivClassName
{
background-color: #9BDDA3;
}
.BgClassName
{
background-color: #9BDDA3;
}
</style>
border-color css
<style>
span { border-color: #9BDDA3; }
span { border-color: rgb(155,221,163); }
td.TdClassName
{
border-color: #9BDDA3;
}
.TagClassName
{
border-color: #9BDDA3;
}
</style>