Shades of Chinook #9EBDA1
Tints of Chinook #9EBDA1
RGB
CMYK
RGB Variations
Color information
#9EBDA1 (or 0x9EBDA1) is known color: Chinook. HEX triplet: 9E, BD and A1. RGB value is (158,189,161). Sum of RGB (Red+Green+Blue) = 158+189+161=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDA1 is #61425E. Grayscale: #B0B0B0. Windows color (decimal): -6373983 or 10599838. OLE color: 10599838.
HSL color Cylindrical-coordinate representation of color #9EBDA1: hue angle of 125.81º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDA1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 161 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.26 |
| HSL | 125.81º | 0.19% | 0.68% | - |
| HSV(B) | 125.81º | 0.16% | 0.74% | - |
| XYZ | 38.73 | 46.24 | 40.6 | - |
| YUV | 176.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 161 | 0.16 | 0 | 0.15 | 0.26 | 125.81 | 0.19 | 0.68 |
| Hex | 9E | BD | A1 | 10 | 0 | F | 1A | 7E | 13 | 44 |
| Octal | 236 | 275 | 241 | 20 | 0 | 17 | 32 | 176 | 23 | 104 |
| Binary | 10011110 | 10111101 | 10100001 | 10000 | 0 | 1111 | 11010 | 1111110 | 10011 | 1000100 |
Color Harmonies of #9EBDA1
Complementary color
Monochromatic Colors of #9EBDA1
Black with #9EBDA1
Text Example
Text Example
White with #9EBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDA1; }
p { color: rgb(158,189,161); }
H1.HeaderClassName
{
color: #9EBDA1;
}
.AnyTagClassName
{
color: #9EBDA1;
}
</style>
background-color css
<style>
a { background-color: #9EBDA1; }
a { background-color: rgb(158,189,161); }
div.DivClassName
{
background-color: #9EBDA1;
}
.BgClassName
{
background-color: #9EBDA1;
}
</style>
border-color css
<style>
span { border-color: #9EBDA1; }
span { border-color: rgb(158,189,161); }
td.TdClassName
{
border-color: #9EBDA1;
}
.TagClassName
{
border-color: #9EBDA1;
}
</style>