Shades of Chinook #9BDDA2
Tints of Chinook #9BDDA2
RGB
CMYK
RGB Variations
Color information
#9BDDA2 (or 0x9BDDA2) is known color: Chinook. HEX triplet: 9B, DD and A2. RGB value is (155,221,162). Sum of RGB (Red+Green+Blue) = 155+221+162=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDDA2 is #64225D. Grayscale: #C2C2C2. Windows color (decimal): -6562398 or 10673563. OLE color: 10673563.
HSL color Cylindrical-coordinate representation of color #9BDDA2: hue angle of 126.36º 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 #9BDDA2 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 162 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.13 |
| HSL | 126.36º | 0.49% | 0.74% | - |
| HSV(B) | 126.36º | 0.3% | 0.87% | - |
| XYZ | 45.9 | 61.29 | 43.59 | - |
| YUV | 194.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 162 | 0.30 | 0 | 0.27 | 0.13 | 126.36 | 0.49 | 0.74 |
| Hex | 9B | DD | A2 | 1E | 0 | 1B | D | 7E | 31 | 4A |
| Octal | 233 | 335 | 242 | 36 | 0 | 33 | 15 | 176 | 61 | 112 |
| Binary | 10011011 | 11011101 | 10100010 | 11110 | 0 | 11011 | 1101 | 1111110 | 110001 | 1001010 |
Color Harmonies of #9BDDA2
Complementary color
Monochromatic Colors of #9BDDA2
Black with #9BDDA2
Text Example
Text Example
White with #9BDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDA2; }
p { color: rgb(155,221,162); }
H1.HeaderClassName
{
color: #9BDDA2;
}
.AnyTagClassName
{
color: #9BDDA2;
}
</style>
background-color css
<style>
a { background-color: #9BDDA2; }
a { background-color: rgb(155,221,162); }
div.DivClassName
{
background-color: #9BDDA2;
}
.BgClassName
{
background-color: #9BDDA2;
}
</style>
border-color css
<style>
span { border-color: #9BDDA2; }
span { border-color: rgb(155,221,162); }
td.TdClassName
{
border-color: #9BDDA2;
}
.TagClassName
{
border-color: #9BDDA2;
}
</style>