Shades of Chinook #9BC4A9
Tints of Chinook #9BC4A9
RGB
CMYK
RGB Variations
Color information
#9BC4A9 (or 0x9BC4A9) is known color: Chinook. HEX triplet: 9B, C4 and A9. RGB value is (155,196,169). Sum of RGB (Red+Green+Blue) = 155+196+169=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC4A9 is #643B56. Grayscale: #B4B4B4. Windows color (decimal): -6568791 or 11125915. OLE color: 11125915.
HSL color Cylindrical-coordinate representation of color #9BC4A9: hue angle of 140.49º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC4A9 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 169 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.23 |
| HSL | 140.49º | 0.26% | 0.69% | - |
| HSV(B) | 140.49º | 0.21% | 0.77% | - |
| XYZ | 40.42 | 49.31 | 44.92 | - |
| YUV | 180.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 169 | 0.21 | 0 | 0.14 | 0.23 | 140.49 | 0.26 | 0.69 |
| Hex | 9B | C4 | A9 | 15 | 0 | E | 17 | 8C | 1A | 45 |
| Octal | 233 | 304 | 251 | 25 | 0 | 16 | 27 | 214 | 32 | 105 |
| Binary | 10011011 | 11000100 | 10101001 | 10101 | 0 | 1110 | 10111 | 10001100 | 11010 | 1000101 |
Color Harmonies of #9BC4A9
Complementary color
Monochromatic Colors of #9BC4A9
Black with #9BC4A9
Text Example
Text Example
White with #9BC4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC4A9; }
p { color: rgb(155,196,169); }
H1.HeaderClassName
{
color: #9BC4A9;
}
.AnyTagClassName
{
color: #9BC4A9;
}
</style>
background-color css
<style>
a { background-color: #9BC4A9; }
a { background-color: rgb(155,196,169); }
div.DivClassName
{
background-color: #9BC4A9;
}
.BgClassName
{
background-color: #9BC4A9;
}
</style>
border-color css
<style>
span { border-color: #9BC4A9; }
span { border-color: rgb(155,196,169); }
td.TdClassName
{
border-color: #9BC4A9;
}
.TagClassName
{
border-color: #9BC4A9;
}
</style>