Shades of Chinook #9BC3A0
Tints of Chinook #9BC3A0
RGB
CMYK
RGB Variations
Color information
#9BC3A0 (or 0x9BC3A0) is known color: Chinook. HEX triplet: 9B, C3 and A0. RGB value is (155,195,160). Sum of RGB (Red+Green+Blue) = 155+195+160=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC3A0 is #643C5F. Grayscale: #B3B3B3. Windows color (decimal): -6569056 or 10535835. OLE color: 10535835.
HSL color Cylindrical-coordinate representation of color #9BC3A0: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC3A0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 160 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.24 |
| HSL | 127.5º | 0.25% | 0.69% | - |
| HSV(B) | 127.5º | 0.21% | 0.76% | - |
| XYZ | 39.38 | 48.54 | 40.55 | - |
| YUV | 179.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 160 | 0.21 | 0 | 0.18 | 0.24 | 127.5 | 0.25 | 0.69 |
| Hex | 9B | C3 | A0 | 15 | 0 | 12 | 18 | 80 | 19 | 45 |
| Octal | 233 | 303 | 240 | 25 | 0 | 22 | 30 | 200 | 31 | 105 |
| Binary | 10011011 | 11000011 | 10100000 | 10101 | 0 | 10010 | 11000 | 10000000 | 11001 | 1000101 |
Color Harmonies of #9BC3A0
Complementary color
Monochromatic Colors of #9BC3A0
Black with #9BC3A0
Text Example
Text Example
White with #9BC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC3A0; }
p { color: rgb(155,195,160); }
H1.HeaderClassName
{
color: #9BC3A0;
}
.AnyTagClassName
{
color: #9BC3A0;
}
</style>
background-color css
<style>
a { background-color: #9BC3A0; }
a { background-color: rgb(155,195,160); }
div.DivClassName
{
background-color: #9BC3A0;
}
.BgClassName
{
background-color: #9BC3A0;
}
</style>
border-color css
<style>
span { border-color: #9BC3A0; }
span { border-color: rgb(155,195,160); }
td.TdClassName
{
border-color: #9BC3A0;
}
.TagClassName
{
border-color: #9BC3A0;
}
</style>