Shades of Chinook #9BCA9D
Tints of Chinook #9BCA9D
RGB
CMYK
RGB Variations
Color information
#9BCA9D (or 0x9BCA9D) is known color: Chinook. HEX triplet: 9B, CA and 9D. RGB value is (155,202,157). Sum of RGB (Red+Green+Blue) = 155+202+157=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA9D is #643562. Grayscale: #B6B6B6. Windows color (decimal): -6567267 or 10341019. OLE color: 10341019.
HSL color Cylindrical-coordinate representation of color #9BCA9D: hue angle of 122.55º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCA9D is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 157 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.21 |
| HSL | 122.55º | 0.31% | 0.7% | - |
| HSV(B) | 122.55º | 0.23% | 0.79% | - |
| XYZ | 40.72 | 51.64 | 39.72 | - |
| YUV | 182.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 157 | 0.23 | 0 | 0.22 | 0.21 | 122.55 | 0.31 | 0.7 |
| Hex | 9B | CA | 9D | 17 | 0 | 16 | 15 | 7B | 1F | 46 |
| Octal | 233 | 312 | 235 | 27 | 0 | 26 | 25 | 173 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10011101 | 10111 | 0 | 10110 | 10101 | 1111011 | 11111 | 1000110 |
Color Harmonies of #9BCA9D
Complementary color
Monochromatic Colors of #9BCA9D
Black with #9BCA9D
Text Example
Text Example
White with #9BCA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA9D; }
p { color: rgb(155,202,157); }
H1.HeaderClassName
{
color: #9BCA9D;
}
.AnyTagClassName
{
color: #9BCA9D;
}
</style>
background-color css
<style>
a { background-color: #9BCA9D; }
a { background-color: rgb(155,202,157); }
div.DivClassName
{
background-color: #9BCA9D;
}
.BgClassName
{
background-color: #9BCA9D;
}
</style>
border-color css
<style>
span { border-color: #9BCA9D; }
span { border-color: rgb(155,202,157); }
td.TdClassName
{
border-color: #9BCA9D;
}
.TagClassName
{
border-color: #9BCA9D;
}
</style>