Shades of Chinook #9BCAA5
Tints of Chinook #9BCAA5
RGB
CMYK
RGB Variations
Color information
#9BCAA5 (or 0x9BCAA5) is known color: Chinook. HEX triplet: 9B, CA and A5. RGB value is (155,202,165). Sum of RGB (Red+Green+Blue) = 155+202+165=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAA5 is #64355A. Grayscale: #B7B7B7. Windows color (decimal): -6567259 or 10865307. OLE color: 10865307.
HSL color Cylindrical-coordinate representation of color #9BCAA5: hue angle of 132.77º 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 #9BCAA5 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 165 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.21 |
| HSL | 132.77º | 0.31% | 0.7% | - |
| HSV(B) | 132.77º | 0.23% | 0.79% | - |
| XYZ | 41.43 | 51.93 | 43.44 | - |
| YUV | 183.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 165 | 0.23 | 0 | 0.18 | 0.21 | 132.77 | 0.31 | 0.7 |
| Hex | 9B | CA | A5 | 17 | 0 | 12 | 15 | 85 | 1F | 46 |
| Octal | 233 | 312 | 245 | 27 | 0 | 22 | 25 | 205 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10100101 | 10111 | 0 | 10010 | 10101 | 10000101 | 11111 | 1000110 |
Color Harmonies of #9BCAA5
Complementary color
Monochromatic Colors of #9BCAA5
Black with #9BCAA5
Text Example
Text Example
White with #9BCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAA5; }
p { color: rgb(155,202,165); }
H1.HeaderClassName
{
color: #9BCAA5;
}
.AnyTagClassName
{
color: #9BCAA5;
}
</style>
background-color css
<style>
a { background-color: #9BCAA5; }
a { background-color: rgb(155,202,165); }
div.DivClassName
{
background-color: #9BCAA5;
}
.BgClassName
{
background-color: #9BCAA5;
}
</style>
border-color css
<style>
span { border-color: #9BCAA5; }
span { border-color: rgb(155,202,165); }
td.TdClassName
{
border-color: #9BCAA5;
}
.TagClassName
{
border-color: #9BCAA5;
}
</style>