Shades of Chinook #9BD69F
Tints of Chinook #9BD69F
RGB
CMYK
RGB Variations
Color information
#9BD69F (or 0x9BD69F) is known color: Chinook. HEX triplet: 9B, D6 and 9F. RGB value is (155,214,159). Sum of RGB (Red+Green+Blue) = 155+214+159=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD69F is #642960. Grayscale: #BEBEBE. Windows color (decimal): -6564193 or 10475163. OLE color: 10475163.
HSL color Cylindrical-coordinate representation of color #9BD69F: hue angle of 124.07º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD69F is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 159 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.16 |
| HSL | 124.07º | 0.42% | 0.72% | - |
| HSV(B) | 124.07º | 0.28% | 0.84% | - |
| XYZ | 43.82 | 57.56 | 41.6 | - |
| YUV | 190.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 159 | 0.28 | 0 | 0.26 | 0.16 | 124.07 | 0.42 | 0.72 |
| Hex | 9B | D6 | 9F | 1C | 0 | 1A | 10 | 7C | 2A | 48 |
| Octal | 233 | 326 | 237 | 34 | 0 | 32 | 20 | 174 | 52 | 110 |
| Binary | 10011011 | 11010110 | 10011111 | 11100 | 0 | 11010 | 10000 | 1111100 | 101010 | 1001000 |
Color Harmonies of #9BD69F
Complementary color
Monochromatic Colors of #9BD69F
Black with #9BD69F
Text Example
Text Example
White with #9BD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD69F; }
p { color: rgb(155,214,159); }
H1.HeaderClassName
{
color: #9BD69F;
}
.AnyTagClassName
{
color: #9BD69F;
}
</style>
background-color css
<style>
a { background-color: #9BD69F; }
a { background-color: rgb(155,214,159); }
div.DivClassName
{
background-color: #9BD69F;
}
.BgClassName
{
background-color: #9BD69F;
}
</style>
border-color css
<style>
span { border-color: #9BD69F; }
span { border-color: rgb(155,214,159); }
td.TdClassName
{
border-color: #9BD69F;
}
.TagClassName
{
border-color: #9BD69F;
}
</style>