Shades of Chinook #9BD9A4
Tints of Chinook #9BD9A4
RGB
CMYK
RGB Variations
Color information
#9BD9A4 (or 0x9BD9A4) is known color: Chinook. HEX triplet: 9B, D9 and A4. RGB value is (155,217,164). Sum of RGB (Red+Green+Blue) = 155+217+164=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD9A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD9A4 is #64265B. Grayscale: #C0C0C0. Windows color (decimal): -6563420 or 10803611. OLE color: 10803611.
HSL color Cylindrical-coordinate representation of color #9BD9A4: hue angle of 128.71º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD9A4 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 217 | 164 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.15 |
| HSL | 128.71º | 0.45% | 0.73% | - |
| HSV(B) | 128.71º | 0.29% | 0.85% | - |
| XYZ | 45.03 | 59.27 | 44.19 | - |
| YUV | 192.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 217 | 164 | 0.29 | 0 | 0.24 | 0.15 | 128.71 | 0.45 | 0.73 |
| Hex | 9B | D9 | A4 | 1D | 0 | 18 | F | 81 | 2D | 49 |
| Octal | 233 | 331 | 244 | 35 | 0 | 30 | 17 | 201 | 55 | 111 |
| Binary | 10011011 | 11011001 | 10100100 | 11101 | 0 | 11000 | 1111 | 10000001 | 101101 | 1001001 |
Color Harmonies of #9BD9A4
Complementary color
Monochromatic Colors of #9BD9A4
Black with #9BD9A4
Text Example
Text Example
White with #9BD9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD9A4; }
p { color: rgb(155,217,164); }
H1.HeaderClassName
{
color: #9BD9A4;
}
.AnyTagClassName
{
color: #9BD9A4;
}
</style>
background-color css
<style>
a { background-color: #9BD9A4; }
a { background-color: rgb(155,217,164); }
div.DivClassName
{
background-color: #9BD9A4;
}
.BgClassName
{
background-color: #9BD9A4;
}
</style>
border-color css
<style>
span { border-color: #9BD9A4; }
span { border-color: rgb(155,217,164); }
td.TdClassName
{
border-color: #9BD9A4;
}
.TagClassName
{
border-color: #9BD9A4;
}
</style>