Shades of Chinook #9BCA9F
Tints of Chinook #9BCA9F
RGB
CMYK
RGB Variations
Color information
#9BCA9F (or 0x9BCA9F) is known color: Chinook. HEX triplet: 9B, CA and 9F. RGB value is (155,202,159). Sum of RGB (Red+Green+Blue) = 155+202+159=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA9F is #643560. Grayscale: #B7B7B7. Windows color (decimal): -6567265 or 10472091. OLE color: 10472091.
HSL color Cylindrical-coordinate representation of color #9BCA9F: hue angle of 125.11º 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 #9BCA9F is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 159 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.21 |
| HSL | 125.11º | 0.31% | 0.7% | - |
| HSV(B) | 125.11º | 0.23% | 0.79% | - |
| XYZ | 40.9 | 51.71 | 40.63 | - |
| YUV | 183.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 159 | 0.23 | 0 | 0.21 | 0.21 | 125.11 | 0.31 | 0.7 |
| Hex | 9B | CA | 9F | 17 | 0 | 15 | 15 | 7D | 1F | 46 |
| Octal | 233 | 312 | 237 | 27 | 0 | 25 | 25 | 175 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10011111 | 10111 | 0 | 10101 | 10101 | 1111101 | 11111 | 1000110 |
Color Harmonies of #9BCA9F
Complementary color
Monochromatic Colors of #9BCA9F
Black with #9BCA9F
Text Example
Text Example
White with #9BCA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA9F; }
p { color: rgb(155,202,159); }
H1.HeaderClassName
{
color: #9BCA9F;
}
.AnyTagClassName
{
color: #9BCA9F;
}
</style>
background-color css
<style>
a { background-color: #9BCA9F; }
a { background-color: rgb(155,202,159); }
div.DivClassName
{
background-color: #9BCA9F;
}
.BgClassName
{
background-color: #9BCA9F;
}
</style>
border-color css
<style>
span { border-color: #9BCA9F; }
span { border-color: rgb(155,202,159); }
td.TdClassName
{
border-color: #9BCA9F;
}
.TagClassName
{
border-color: #9BCA9F;
}
</style>