Shades of Chinook #9BD79D
Tints of Chinook #9BD79D
RGB
CMYK
RGB Variations
Color information
#9BD79D (or 0x9BD79D) is known color: Chinook. HEX triplet: 9B, D7 and 9D. RGB value is (155,215,157). Sum of RGB (Red+Green+Blue) = 155+215+157=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD79D is #642862. Grayscale: #BEBEBE. Windows color (decimal): -6563939 or 10344347. OLE color: 10344347.
HSL color Cylindrical-coordinate representation of color #9BD79D: hue angle of 122º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD79D is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 157 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.16 |
| HSL | 122º | 0.43% | 0.73% | - |
| HSV(B) | 122º | 0.28% | 0.84% | - |
| XYZ | 43.9 | 58 | 40.78 | - |
| YUV | 190.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 157 | 0.28 | 0 | 0.27 | 0.16 | 122 | 0.43 | 0.73 |
| Hex | 9B | D7 | 9D | 1C | 0 | 1B | 10 | 7A | 2B | 49 |
| Octal | 233 | 327 | 235 | 34 | 0 | 33 | 20 | 172 | 53 | 111 |
| Binary | 10011011 | 11010111 | 10011101 | 11100 | 0 | 11011 | 10000 | 1111010 | 101011 | 1001001 |
Color Harmonies of #9BD79D
Complementary color
Monochromatic Colors of #9BD79D
Black with #9BD79D
Text Example
Text Example
White with #9BD79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD79D; }
p { color: rgb(155,215,157); }
H1.HeaderClassName
{
color: #9BD79D;
}
.AnyTagClassName
{
color: #9BD79D;
}
</style>
background-color css
<style>
a { background-color: #9BD79D; }
a { background-color: rgb(155,215,157); }
div.DivClassName
{
background-color: #9BD79D;
}
.BgClassName
{
background-color: #9BD79D;
}
</style>
border-color css
<style>
span { border-color: #9BD79D; }
span { border-color: rgb(155,215,157); }
td.TdClassName
{
border-color: #9BD79D;
}
.TagClassName
{
border-color: #9BD79D;
}
</style>