Shades of Chinook #9BDAA1
Tints of Chinook #9BDAA1
RGB
CMYK
RGB Variations
Color information
#9BDAA1 (or 0x9BDAA1) is known color: Chinook. HEX triplet: 9B, DA and A1. RGB value is (155,218,161). Sum of RGB (Red+Green+Blue) = 155+218+161=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDAA1 is #64255E. Grayscale: #C0C0C0. Windows color (decimal): -6563167 or 10607259. OLE color: 10607259.
HSL color Cylindrical-coordinate representation of color #9BDAA1: hue angle of 125.71º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDAA1 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 161 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.15 |
| HSL | 125.71º | 0.46% | 0.73% | - |
| HSV(B) | 125.71º | 0.29% | 0.85% | - |
| XYZ | 45.02 | 59.68 | 42.87 | - |
| YUV | 192.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 161 | 0.29 | 0 | 0.26 | 0.15 | 125.71 | 0.46 | 0.73 |
| Hex | 9B | DA | A1 | 1D | 0 | 1A | F | 7E | 2E | 49 |
| Octal | 233 | 332 | 241 | 35 | 0 | 32 | 17 | 176 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10100001 | 11101 | 0 | 11010 | 1111 | 1111110 | 101110 | 1001001 |
Color Harmonies of #9BDAA1
Complementary color
Monochromatic Colors of #9BDAA1
Black with #9BDAA1
Text Example
Text Example
White with #9BDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAA1; }
p { color: rgb(155,218,161); }
H1.HeaderClassName
{
color: #9BDAA1;
}
.AnyTagClassName
{
color: #9BDAA1;
}
</style>
background-color css
<style>
a { background-color: #9BDAA1; }
a { background-color: rgb(155,218,161); }
div.DivClassName
{
background-color: #9BDAA1;
}
.BgClassName
{
background-color: #9BDAA1;
}
</style>
border-color css
<style>
span { border-color: #9BDAA1; }
span { border-color: rgb(155,218,161); }
td.TdClassName
{
border-color: #9BDAA1;
}
.TagClassName
{
border-color: #9BDAA1;
}
</style>