Shades of Chinook #9BD2A6
Tints of Chinook #9BD2A6
RGB
CMYK
RGB Variations
Color information
#9BD2A6 (or 0x9BD2A6) is known color: Chinook. HEX triplet: 9B, D2 and A6. RGB value is (155,210,166). Sum of RGB (Red+Green+Blue) = 155+210+166=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2A6 is #642D59. Grayscale: #BCBCBC. Windows color (decimal): -6565210 or 10932891. OLE color: 10932891.
HSL color Cylindrical-coordinate representation of color #9BD2A6: hue angle of 132º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2A6 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 166 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.18 |
| HSL | 132º | 0.38% | 0.72% | - |
| HSV(B) | 132º | 0.26% | 0.82% | - |
| XYZ | 43.45 | 55.81 | 44.56 | - |
| YUV | 188.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 166 | 0.26 | 0 | 0.21 | 0.18 | 132 | 0.38 | 0.72 |
| Hex | 9B | D2 | A6 | 1A | 0 | 15 | 12 | 84 | 26 | 48 |
| Octal | 233 | 322 | 246 | 32 | 0 | 25 | 22 | 204 | 46 | 110 |
| Binary | 10011011 | 11010010 | 10100110 | 11010 | 0 | 10101 | 10010 | 10000100 | 100110 | 1001000 |
Color Harmonies of #9BD2A6
Complementary color
Monochromatic Colors of #9BD2A6
Black with #9BD2A6
Text Example
Text Example
White with #9BD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2A6; }
p { color: rgb(155,210,166); }
H1.HeaderClassName
{
color: #9BD2A6;
}
.AnyTagClassName
{
color: #9BD2A6;
}
</style>
background-color css
<style>
a { background-color: #9BD2A6; }
a { background-color: rgb(155,210,166); }
div.DivClassName
{
background-color: #9BD2A6;
}
.BgClassName
{
background-color: #9BD2A6;
}
</style>
border-color css
<style>
span { border-color: #9BD2A6; }
span { border-color: rgb(155,210,166); }
td.TdClassName
{
border-color: #9BD2A6;
}
.TagClassName
{
border-color: #9BD2A6;
}
</style>