Shades of Chinook #9BD7A5
Tints of Chinook #9BD7A5
RGB
CMYK
RGB Variations
Color information
#9BD7A5 (or 0x9BD7A5) is known color: Chinook. HEX triplet: 9B, D7 and A5. RGB value is (155,215,165). Sum of RGB (Red+Green+Blue) = 155+215+165=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD7A5 is #64285A. Grayscale: #BFBFBF. Windows color (decimal): -6563931 or 10868635. OLE color: 10868635.
HSL color Cylindrical-coordinate representation of color #9BD7A5: hue angle of 130º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD7A5 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 165 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.16 |
| HSL | 130º | 0.43% | 0.73% | - |
| HSV(B) | 130º | 0.28% | 0.84% | - |
| XYZ | 44.61 | 58.29 | 44.5 | - |
| YUV | 191.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 165 | 0.28 | 0 | 0.23 | 0.16 | 130 | 0.43 | 0.73 |
| Hex | 9B | D7 | A5 | 1C | 0 | 17 | 10 | 82 | 2B | 49 |
| Octal | 233 | 327 | 245 | 34 | 0 | 27 | 20 | 202 | 53 | 111 |
| Binary | 10011011 | 11010111 | 10100101 | 11100 | 0 | 10111 | 10000 | 10000010 | 101011 | 1001001 |
Color Harmonies of #9BD7A5
Complementary color
Monochromatic Colors of #9BD7A5
Black with #9BD7A5
Text Example
Text Example
White with #9BD7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD7A5; }
p { color: rgb(155,215,165); }
H1.HeaderClassName
{
color: #9BD7A5;
}
.AnyTagClassName
{
color: #9BD7A5;
}
</style>
background-color css
<style>
a { background-color: #9BD7A5; }
a { background-color: rgb(155,215,165); }
div.DivClassName
{
background-color: #9BD7A5;
}
.BgClassName
{
background-color: #9BD7A5;
}
</style>
border-color css
<style>
span { border-color: #9BD7A5; }
span { border-color: rgb(155,215,165); }
td.TdClassName
{
border-color: #9BD7A5;
}
.TagClassName
{
border-color: #9BD7A5;
}
</style>