Shades of Chinook #9DBFA3
Tints of Chinook #9DBFA3
RGB
CMYK
RGB Variations
Color information
#9DBFA3 (or 0x9DBFA3) is known color: Chinook. HEX triplet: 9D, BF and A3. RGB value is (157,191,163). Sum of RGB (Red+Green+Blue) = 157+191+163=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBFA3 is #62405C. Grayscale: #B1B1B1. Windows color (decimal): -6439005 or 10731421. OLE color: 10731421.
HSL color Cylindrical-coordinate representation of color #9DBFA3: hue angle of 130.59º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DBFA3 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 163 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.25 |
| HSL | 130.59º | 0.21% | 0.68% | - |
| HSV(B) | 130.59º | 0.18% | 0.75% | - |
| XYZ | 39.15 | 47.07 | 41.67 | - |
| YUV | 177.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 163 | 0.18 | 0 | 0.15 | 0.25 | 130.59 | 0.21 | 0.68 |
| Hex | 9D | BF | A3 | 12 | 0 | F | 19 | 83 | 15 | 44 |
| Octal | 235 | 277 | 243 | 22 | 0 | 17 | 31 | 203 | 25 | 104 |
| Binary | 10011101 | 10111111 | 10100011 | 10010 | 0 | 1111 | 11001 | 10000011 | 10101 | 1000100 |
Color Harmonies of #9DBFA3
Complementary color
Monochromatic Colors of #9DBFA3
Black with #9DBFA3
Text Example
Text Example
White with #9DBFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFA3; }
p { color: rgb(157,191,163); }
H1.HeaderClassName
{
color: #9DBFA3;
}
.AnyTagClassName
{
color: #9DBFA3;
}
</style>
background-color css
<style>
a { background-color: #9DBFA3; }
a { background-color: rgb(157,191,163); }
div.DivClassName
{
background-color: #9DBFA3;
}
.BgClassName
{
background-color: #9DBFA3;
}
</style>
border-color css
<style>
span { border-color: #9DBFA3; }
span { border-color: rgb(157,191,163); }
td.TdClassName
{
border-color: #9DBFA3;
}
.TagClassName
{
border-color: #9DBFA3;
}
</style>