Shades of Chinook #9BDBA4
Tints of Chinook #9BDBA4
RGB
CMYK
RGB Variations
Color information
#9BDBA4 (or 0x9BDBA4) is known color: Chinook. HEX triplet: 9B, DB and A4. RGB value is (155,219,164). Sum of RGB (Red+Green+Blue) = 155+219+164=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDBA4 is #64245B. Grayscale: #C1C1C1. Windows color (decimal): -6562908 or 10804123. OLE color: 10804123.
HSL color Cylindrical-coordinate representation of color #9BDBA4: hue angle of 128.44º 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 #9BDBA4 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 164 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.14 |
| HSL | 128.44º | 0.47% | 0.73% | - |
| HSV(B) | 128.44º | 0.29% | 0.86% | - |
| XYZ | 45.55 | 60.31 | 44.36 | - |
| YUV | 193.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 164 | 0.29 | 0 | 0.25 | 0.14 | 128.44 | 0.47 | 0.73 |
| Hex | 9B | DB | A4 | 1D | 0 | 19 | E | 80 | 2F | 49 |
| Octal | 233 | 333 | 244 | 35 | 0 | 31 | 16 | 200 | 57 | 111 |
| Binary | 10011011 | 11011011 | 10100100 | 11101 | 0 | 11001 | 1110 | 10000000 | 101111 | 1001001 |
Color Harmonies of #9BDBA4
Complementary color
Monochromatic Colors of #9BDBA4
Black with #9BDBA4
Text Example
Text Example
White with #9BDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDBA4; }
p { color: rgb(155,219,164); }
H1.HeaderClassName
{
color: #9BDBA4;
}
.AnyTagClassName
{
color: #9BDBA4;
}
</style>
background-color css
<style>
a { background-color: #9BDBA4; }
a { background-color: rgb(155,219,164); }
div.DivClassName
{
background-color: #9BDBA4;
}
.BgClassName
{
background-color: #9BDBA4;
}
</style>
border-color css
<style>
span { border-color: #9BDBA4; }
span { border-color: rgb(155,219,164); }
td.TdClassName
{
border-color: #9BDBA4;
}
.TagClassName
{
border-color: #9BDBA4;
}
</style>