Shades of Chinook #9BDFA4
Tints of Chinook #9BDFA4
RGB
CMYK
RGB Variations
Color information
#9BDFA4 (or 0x9BDFA4) is known color: Chinook. HEX triplet: 9B, DF and A4. RGB value is (155,223,164). Sum of RGB (Red+Green+Blue) = 155+223+164=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA4 is #64205B. Grayscale: #C4C4C4. Windows color (decimal): -6561884 or 10805147. OLE color: 10805147.
HSL color Cylindrical-coordinate representation of color #9BDFA4: hue angle of 127.94º 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 #9BDFA4 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 164 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.13 |
| HSL | 127.94º | 0.52% | 0.74% | - |
| HSV(B) | 127.94º | 0.3% | 0.87% | - |
| XYZ | 46.61 | 62.42 | 44.71 | - |
| YUV | 195.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 164 | 0.30 | 0 | 0.26 | 0.13 | 127.94 | 0.52 | 0.74 |
| Hex | 9B | DF | A4 | 1E | 0 | 1A | D | 80 | 34 | 4A |
| Octal | 233 | 337 | 244 | 36 | 0 | 32 | 15 | 200 | 64 | 112 |
| Binary | 10011011 | 11011111 | 10100100 | 11110 | 0 | 11010 | 1101 | 10000000 | 110100 | 1001010 |
Color Harmonies of #9BDFA4
Complementary color
Monochromatic Colors of #9BDFA4
Black with #9BDFA4
Text Example
Text Example
White with #9BDFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFA4; }
p { color: rgb(155,223,164); }
H1.HeaderClassName
{
color: #9BDFA4;
}
.AnyTagClassName
{
color: #9BDFA4;
}
</style>
background-color css
<style>
a { background-color: #9BDFA4; }
a { background-color: rgb(155,223,164); }
div.DivClassName
{
background-color: #9BDFA4;
}
.BgClassName
{
background-color: #9BDFA4;
}
</style>
border-color css
<style>
span { border-color: #9BDFA4; }
span { border-color: rgb(155,223,164); }
td.TdClassName
{
border-color: #9BDFA4;
}
.TagClassName
{
border-color: #9BDFA4;
}
</style>