Shades of Chinook #9DBEA3
Tints of Chinook #9DBEA3
RGB
CMYK
RGB Variations
Color information
#9DBEA3 (or 0x9DBEA3) is known color: Chinook. HEX triplet: 9D, BE and A3. RGB value is (157,190,163). Sum of RGB (Red+Green+Blue) = 157+190+163=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBEA3 is #62415C. Grayscale: #B1B1B1. Windows color (decimal): -6439261 or 10731165. OLE color: 10731165.
HSL color Cylindrical-coordinate representation of color #9DBEA3: hue angle of 130.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBEA3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 163 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.25 |
| HSL | 130.91º | 0.2% | 0.68% | - |
| HSV(B) | 130.91º | 0.17% | 0.75% | - |
| XYZ | 38.93 | 46.64 | 41.6 | - |
| YUV | 177.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 163 | 0.17 | 0 | 0.14 | 0.25 | 130.91 | 0.2 | 0.68 |
| Hex | 9D | BE | A3 | 11 | 0 | E | 19 | 83 | 14 | 44 |
| Octal | 235 | 276 | 243 | 21 | 0 | 16 | 31 | 203 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10100011 | 10001 | 0 | 1110 | 11001 | 10000011 | 10100 | 1000100 |
Color Harmonies of #9DBEA3
Complementary color
Monochromatic Colors of #9DBEA3
Black with #9DBEA3
Text Example
Text Example
White with #9DBEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEA3; }
p { color: rgb(157,190,163); }
H1.HeaderClassName
{
color: #9DBEA3;
}
.AnyTagClassName
{
color: #9DBEA3;
}
</style>
background-color css
<style>
a { background-color: #9DBEA3; }
a { background-color: rgb(157,190,163); }
div.DivClassName
{
background-color: #9DBEA3;
}
.BgClassName
{
background-color: #9DBEA3;
}
</style>
border-color css
<style>
span { border-color: #9DBEA3; }
span { border-color: rgb(157,190,163); }
td.TdClassName
{
border-color: #9DBEA3;
}
.TagClassName
{
border-color: #9DBEA3;
}
</style>