Shades of Chinook #9BCEA8
Tints of Chinook #9BCEA8
RGB
CMYK
RGB Variations
Color information
#9BCEA8 (or 0x9BCEA8) is known color: Chinook. HEX triplet: 9B, CE and A8. RGB value is (155,206,168). Sum of RGB (Red+Green+Blue) = 155+206+168=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCEA8 is #643157. Grayscale: #BABABA. Windows color (decimal): -6566232 or 11062939. OLE color: 11062939.
HSL color Cylindrical-coordinate representation of color #9BCEA8: hue angle of 135.29º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEA8 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 168 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.19 |
| HSL | 135.29º | 0.34% | 0.71% | - |
| HSV(B) | 135.29º | 0.25% | 0.81% | - |
| XYZ | 42.66 | 53.94 | 45.21 | - |
| YUV | 186.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 168 | 0.25 | 0 | 0.18 | 0.19 | 135.29 | 0.34 | 0.71 |
| Hex | 9B | CE | A8 | 19 | 0 | 12 | 13 | 87 | 22 | 47 |
| Octal | 233 | 316 | 250 | 31 | 0 | 22 | 23 | 207 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10101000 | 11001 | 0 | 10010 | 10011 | 10000111 | 100010 | 1000111 |
Color Harmonies of #9BCEA8
Complementary color
Monochromatic Colors of #9BCEA8
Black with #9BCEA8
Text Example
Text Example
White with #9BCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEA8; }
p { color: rgb(155,206,168); }
H1.HeaderClassName
{
color: #9BCEA8;
}
.AnyTagClassName
{
color: #9BCEA8;
}
</style>
background-color css
<style>
a { background-color: #9BCEA8; }
a { background-color: rgb(155,206,168); }
div.DivClassName
{
background-color: #9BCEA8;
}
.BgClassName
{
background-color: #9BCEA8;
}
</style>
border-color css
<style>
span { border-color: #9BCEA8; }
span { border-color: rgb(155,206,168); }
td.TdClassName
{
border-color: #9BCEA8;
}
.TagClassName
{
border-color: #9BCEA8;
}
</style>