Shades of Chinook #9BDC9F
Tints of Chinook #9BDC9F
RGB
CMYK
RGB Variations
Color information
#9BDC9F (or 0x9BDC9F) is known color: Chinook. HEX triplet: 9B, DC and 9F. RGB value is (155,220,159). Sum of RGB (Red+Green+Blue) = 155+220+159=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDC9F is #642360. Grayscale: #C1C1C1. Windows color (decimal): -6562657 or 10476699. OLE color: 10476699.
HSL color Cylindrical-coordinate representation of color #9BDC9F: hue angle of 123.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDC9F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 159 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.14 |
| HSL | 123.69º | 0.48% | 0.74% | - |
| HSV(B) | 123.69º | 0.3% | 0.86% | - |
| XYZ | 45.37 | 60.66 | 42.12 | - |
| YUV | 193.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 159 | 0.30 | 0 | 0.28 | 0.14 | 123.69 | 0.48 | 0.74 |
| Hex | 9B | DC | 9F | 1E | 0 | 1C | E | 7C | 30 | 4A |
| Octal | 233 | 334 | 237 | 36 | 0 | 34 | 16 | 174 | 60 | 112 |
| Binary | 10011011 | 11011100 | 10011111 | 11110 | 0 | 11100 | 1110 | 1111100 | 110000 | 1001010 |
Color Harmonies of #9BDC9F
Complementary color
Monochromatic Colors of #9BDC9F
Black with #9BDC9F
Text Example
Text Example
White with #9BDC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC9F; }
p { color: rgb(155,220,159); }
H1.HeaderClassName
{
color: #9BDC9F;
}
.AnyTagClassName
{
color: #9BDC9F;
}
</style>
background-color css
<style>
a { background-color: #9BDC9F; }
a { background-color: rgb(155,220,159); }
div.DivClassName
{
background-color: #9BDC9F;
}
.BgClassName
{
background-color: #9BDC9F;
}
</style>
border-color css
<style>
span { border-color: #9BDC9F; }
span { border-color: rgb(155,220,159); }
td.TdClassName
{
border-color: #9BDC9F;
}
.TagClassName
{
border-color: #9BDC9F;
}
</style>