Shades of Chinook #9BCAA2
Tints of Chinook #9BCAA2
RGB
CMYK
RGB Variations
Color information
#9BCAA2 (or 0x9BCAA2) is known color: Chinook. HEX triplet: 9B, CA and A2. RGB value is (155,202,162). Sum of RGB (Red+Green+Blue) = 155+202+162=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAA2 is #64355D. Grayscale: #B7B7B7. Windows color (decimal): -6567262 or 10668699. OLE color: 10668699.
HSL color Cylindrical-coordinate representation of color #9BCAA2: hue angle of 128.94º 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 #9BCAA2 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 162 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.21 |
| HSL | 128.94º | 0.31% | 0.7% | - |
| HSV(B) | 128.94º | 0.23% | 0.79% | - |
| XYZ | 41.16 | 51.82 | 42.02 | - |
| YUV | 183.39 | 115.93 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 162 | 0.23 | 0 | 0.20 | 0.21 | 128.94 | 0.31 | 0.7 |
| Hex | 9B | CA | A2 | 17 | 0 | 14 | 15 | 81 | 1F | 46 |
| Octal | 233 | 312 | 242 | 27 | 0 | 24 | 25 | 201 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10100010 | 10111 | 0 | 10100 | 10101 | 10000001 | 11111 | 1000110 |
Color Harmonies of #9BCAA2
Complementary color
Monochromatic Colors of #9BCAA2
Black with #9BCAA2
Text Example
Text Example
White with #9BCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAA2; }
p { color: rgb(155,202,162); }
H1.HeaderClassName
{
color: #9BCAA2;
}
.AnyTagClassName
{
color: #9BCAA2;
}
</style>
background-color css
<style>
a { background-color: #9BCAA2; }
a { background-color: rgb(155,202,162); }
div.DivClassName
{
background-color: #9BCAA2;
}
.BgClassName
{
background-color: #9BCAA2;
}
</style>
border-color css
<style>
span { border-color: #9BCAA2; }
span { border-color: rgb(155,202,162); }
td.TdClassName
{
border-color: #9BCAA2;
}
.TagClassName
{
border-color: #9BCAA2;
}
</style>