Shades of Chinook #9BD2AD
Tints of Chinook #9BD2AD
RGB
CMYK
RGB Variations
Color information
#9BD2AD (or 0x9BD2AD) is known color: Chinook. HEX triplet: 9B, D2 and AD. RGB value is (155,210,173). Sum of RGB (Red+Green+Blue) = 155+210+173=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2AD is #642D52. Grayscale: #BDBDBD. Windows color (decimal): -6565203 or 11391643. OLE color: 11391643.
HSL color Cylindrical-coordinate representation of color #9BD2AD: hue angle of 139.64º 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 #9BD2AD is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 173 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.18 |
| HSL | 139.64º | 0.38% | 0.72% | - |
| HSV(B) | 139.64º | 0.26% | 0.82% | - |
| XYZ | 44.11 | 56.08 | 48.03 | - |
| YUV | 189.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 173 | 0.26 | 0 | 0.18 | 0.18 | 139.64 | 0.38 | 0.72 |
| Hex | 9B | D2 | AD | 1A | 0 | 12 | 12 | 8C | 26 | 48 |
| Octal | 233 | 322 | 255 | 32 | 0 | 22 | 22 | 214 | 46 | 110 |
| Binary | 10011011 | 11010010 | 10101101 | 11010 | 0 | 10010 | 10010 | 10001100 | 100110 | 1001000 |
Color Harmonies of #9BD2AD
Complementary color
Monochromatic Colors of #9BD2AD
Black with #9BD2AD
Text Example
Text Example
White with #9BD2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2AD; }
p { color: rgb(155,210,173); }
H1.HeaderClassName
{
color: #9BD2AD;
}
.AnyTagClassName
{
color: #9BD2AD;
}
</style>
background-color css
<style>
a { background-color: #9BD2AD; }
a { background-color: rgb(155,210,173); }
div.DivClassName
{
background-color: #9BD2AD;
}
.BgClassName
{
background-color: #9BD2AD;
}
</style>
border-color css
<style>
span { border-color: #9BD2AD; }
span { border-color: rgb(155,210,173); }
td.TdClassName
{
border-color: #9BD2AD;
}
.TagClassName
{
border-color: #9BD2AD;
}
</style>