Shades of Chinook #9BCEA2
Tints of Chinook #9BCEA2
RGB
CMYK
RGB Variations
Color information
#9BCEA2 (or 0x9BCEA2) is known color: Chinook. HEX triplet: 9B, CE and A2. RGB value is (155,206,162). Sum of RGB (Red+Green+Blue) = 155+206+162=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCEA2 is #64315D. Grayscale: #B9B9B9. Windows color (decimal): -6566238 or 10669723. OLE color: 10669723.
HSL color Cylindrical-coordinate representation of color #9BCEA2: hue angle of 128.24º 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 #9BCEA2 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 162 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.19 |
| HSL | 128.24º | 0.34% | 0.71% | - |
| HSV(B) | 128.24º | 0.25% | 0.81% | - |
| XYZ | 42.11 | 53.72 | 42.33 | - |
| YUV | 185.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 162 | 0.25 | 0 | 0.21 | 0.19 | 128.24 | 0.34 | 0.71 |
| Hex | 9B | CE | A2 | 19 | 0 | 15 | 13 | 80 | 22 | 47 |
| Octal | 233 | 316 | 242 | 31 | 0 | 25 | 23 | 200 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10100010 | 11001 | 0 | 10101 | 10011 | 10000000 | 100010 | 1000111 |
Color Harmonies of #9BCEA2
Complementary color
Monochromatic Colors of #9BCEA2
Black with #9BCEA2
Text Example
Text Example
White with #9BCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCEA2; }
p { color: rgb(155,206,162); }
H1.HeaderClassName
{
color: #9BCEA2;
}
.AnyTagClassName
{
color: #9BCEA2;
}
</style>
background-color css
<style>
a { background-color: #9BCEA2; }
a { background-color: rgb(155,206,162); }
div.DivClassName
{
background-color: #9BCEA2;
}
.BgClassName
{
background-color: #9BCEA2;
}
</style>
border-color css
<style>
span { border-color: #9BCEA2; }
span { border-color: rgb(155,206,162); }
td.TdClassName
{
border-color: #9BCEA2;
}
.TagClassName
{
border-color: #9BCEA2;
}
</style>