Shades of Chinook #9BDFA7
Tints of Chinook #9BDFA7
RGB
CMYK
RGB Variations
Color information
#9BDFA7 (or 0x9BDFA7) is known color: Chinook. HEX triplet: 9B, DF and A7. RGB value is (155,223,167). Sum of RGB (Red+Green+Blue) = 155+223+167=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA7 is #642058. Grayscale: #C4C4C4. Windows color (decimal): -6561881 or 11001755. OLE color: 11001755.
HSL color Cylindrical-coordinate representation of color #9BDFA7: hue angle of 130.59º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFA7 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 167 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.13 |
| HSL | 130.59º | 0.52% | 0.74% | - |
| HSV(B) | 130.59º | 0.3% | 0.87% | - |
| XYZ | 46.88 | 62.53 | 46.16 | - |
| YUV | 196.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 167 | 0.30 | 0 | 0.25 | 0.13 | 130.59 | 0.52 | 0.74 |
| Hex | 9B | DF | A7 | 1E | 0 | 19 | D | 83 | 34 | 4A |
| Octal | 233 | 337 | 247 | 36 | 0 | 31 | 15 | 203 | 64 | 112 |
| Binary | 10011011 | 11011111 | 10100111 | 11110 | 0 | 11001 | 1101 | 10000011 | 110100 | 1001010 |
Color Harmonies of #9BDFA7
Complementary color
Monochromatic Colors of #9BDFA7
Black with #9BDFA7
Text Example
Text Example
White with #9BDFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFA7; }
p { color: rgb(155,223,167); }
H1.HeaderClassName
{
color: #9BDFA7;
}
.AnyTagClassName
{
color: #9BDFA7;
}
</style>
background-color css
<style>
a { background-color: #9BDFA7; }
a { background-color: rgb(155,223,167); }
div.DivClassName
{
background-color: #9BDFA7;
}
.BgClassName
{
background-color: #9BDFA7;
}
</style>
border-color css
<style>
span { border-color: #9BDFA7; }
span { border-color: rgb(155,223,167); }
td.TdClassName
{
border-color: #9BDFA7;
}
.TagClassName
{
border-color: #9BDFA7;
}
</style>