Shades of Chinook #9BC2A7
Tints of Chinook #9BC2A7
RGB
CMYK
RGB Variations
Color information
#9BC2A7 (or 0x9BC2A7) is known color: Chinook. HEX triplet: 9B, C2 and A7. RGB value is (155,194,167). Sum of RGB (Red+Green+Blue) = 155+194+167=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC2A7 is #643D58. Grayscale: #B3B3B3. Windows color (decimal): -6569305 or 10994331. OLE color: 10994331.
HSL color Cylindrical-coordinate representation of color #9BC2A7: hue angle of 138.46º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BC2A7 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 167 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.24 |
| HSL | 138.46º | 0.24% | 0.68% | - |
| HSV(B) | 138.46º | 0.2% | 0.76% | - |
| XYZ | 39.78 | 48.34 | 43.79 | - |
| YUV | 179.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 167 | 0.20 | 0 | 0.14 | 0.24 | 138.46 | 0.24 | 0.68 |
| Hex | 9B | C2 | A7 | 14 | 0 | E | 18 | 8A | 18 | 44 |
| Octal | 233 | 302 | 247 | 24 | 0 | 16 | 30 | 212 | 30 | 104 |
| Binary | 10011011 | 11000010 | 10100111 | 10100 | 0 | 1110 | 11000 | 10001010 | 11000 | 1000100 |
Color Harmonies of #9BC2A7
Complementary color
Monochromatic Colors of #9BC2A7
Black with #9BC2A7
Text Example
Text Example
White with #9BC2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2A7; }
p { color: rgb(155,194,167); }
H1.HeaderClassName
{
color: #9BC2A7;
}
.AnyTagClassName
{
color: #9BC2A7;
}
</style>
background-color css
<style>
a { background-color: #9BC2A7; }
a { background-color: rgb(155,194,167); }
div.DivClassName
{
background-color: #9BC2A7;
}
.BgClassName
{
background-color: #9BC2A7;
}
</style>
border-color css
<style>
span { border-color: #9BC2A7; }
span { border-color: rgb(155,194,167); }
td.TdClassName
{
border-color: #9BC2A7;
}
.TagClassName
{
border-color: #9BC2A7;
}
</style>