Shades of Chinook #9BDBAB
Tints of Chinook #9BDBAB
RGB
CMYK
RGB Variations
Color information
#9BDBAB (or 0x9BDBAB) is known color: Chinook. HEX triplet: 9B, DB and AB. RGB value is (155,219,171). Sum of RGB (Red+Green+Blue) = 155+219+171=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBAB is #642454. Grayscale: #C2C2C2. Windows color (decimal): -6562901 or 11262875. OLE color: 11262875.
HSL color Cylindrical-coordinate representation of color #9BDBAB: hue angle of 135º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDBAB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 171 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.14 |
| HSL | 135º | 0.47% | 0.73% | - |
| HSV(B) | 135º | 0.29% | 0.86% | - |
| XYZ | 46.2 | 60.57 | 47.78 | - |
| YUV | 194.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 171 | 0.29 | 0 | 0.22 | 0.14 | 135 | 0.47 | 0.73 |
| Hex | 9B | DB | AB | 1D | 0 | 16 | E | 87 | 2F | 49 |
| Octal | 233 | 333 | 253 | 35 | 0 | 26 | 16 | 207 | 57 | 111 |
| Binary | 10011011 | 11011011 | 10101011 | 11101 | 0 | 10110 | 1110 | 10000111 | 101111 | 1001001 |
Color Harmonies of #9BDBAB
Complementary color
Monochromatic Colors of #9BDBAB
Black with #9BDBAB
Text Example
Text Example
White with #9BDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBAB; }
p { color: rgb(155,219,171); }
H1.HeaderClassName
{
color: #9BDBAB;
}
.AnyTagClassName
{
color: #9BDBAB;
}
</style>
background-color css
<style>
a { background-color: #9BDBAB; }
a { background-color: rgb(155,219,171); }
div.DivClassName
{
background-color: #9BDBAB;
}
.BgClassName
{
background-color: #9BDBAB;
}
</style>
border-color css
<style>
span { border-color: #9BDBAB; }
span { border-color: rgb(155,219,171); }
td.TdClassName
{
border-color: #9BDBAB;
}
.TagClassName
{
border-color: #9BDBAB;
}
</style>