Shades of Chinook #9BD2A1
Tints of Chinook #9BD2A1
RGB
CMYK
RGB Variations
Color information
#9BD2A1 (or 0x9BD2A1) is known color: Chinook. HEX triplet: 9B, D2 and A1. RGB value is (155,210,161). Sum of RGB (Red+Green+Blue) = 155+210+161=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2A1 is #642D5E. Grayscale: #BCBCBC. Windows color (decimal): -6565215 or 10605211. OLE color: 10605211.
HSL color Cylindrical-coordinate representation of color #9BD2A1: hue angle of 126.55º 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 #9BD2A1 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 161 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.18 |
| HSL | 126.55º | 0.38% | 0.72% | - |
| HSV(B) | 126.55º | 0.26% | 0.82% | - |
| XYZ | 43 | 55.63 | 42.19 | - |
| YUV | 187.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 161 | 0.26 | 0 | 0.23 | 0.18 | 126.55 | 0.38 | 0.72 |
| Hex | 9B | D2 | A1 | 1A | 0 | 17 | 12 | 7F | 26 | 48 |
| Octal | 233 | 322 | 241 | 32 | 0 | 27 | 22 | 177 | 46 | 110 |
| Binary | 10011011 | 11010010 | 10100001 | 11010 | 0 | 10111 | 10010 | 1111111 | 100110 | 1001000 |
Color Harmonies of #9BD2A1
Complementary color
Monochromatic Colors of #9BD2A1
Black with #9BD2A1
Text Example
Text Example
White with #9BD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2A1; }
p { color: rgb(155,210,161); }
H1.HeaderClassName
{
color: #9BD2A1;
}
.AnyTagClassName
{
color: #9BD2A1;
}
</style>
background-color css
<style>
a { background-color: #9BD2A1; }
a { background-color: rgb(155,210,161); }
div.DivClassName
{
background-color: #9BD2A1;
}
.BgClassName
{
background-color: #9BD2A1;
}
</style>
border-color css
<style>
span { border-color: #9BD2A1; }
span { border-color: rgb(155,210,161); }
td.TdClassName
{
border-color: #9BD2A1;
}
.TagClassName
{
border-color: #9BD2A1;
}
</style>