Shades of Chinook #9BCE9B
Tints of Chinook #9BCE9B
RGB
CMYK
RGB Variations
Color information
#9BCE9B (or 0x9BCE9B) is known color: Chinook. HEX triplet: 9B, CE and 9B. RGB value is (155,206,155). Sum of RGB (Red+Green+Blue) = 155+206+155=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE9B is #643164. Grayscale: #B9B9B9. Windows color (decimal): -6566245 or 10210971. OLE color: 10210971.
HSL color Cylindrical-coordinate representation of color #9BCE9B: hue angle of 120º 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 #9BCE9B is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 155 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.19 |
| HSL | 120º | 0.34% | 0.71% | - |
| HSV(B) | 120º | 0.25% | 0.81% | - |
| XYZ | 41.51 | 53.48 | 39.15 | - |
| YUV | 184.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 155 | 0.25 | 0 | 0.25 | 0.19 | 120 | 0.34 | 0.71 |
| Hex | 9B | CE | 9B | 19 | 0 | 19 | 13 | 78 | 22 | 47 |
| Octal | 233 | 316 | 233 | 31 | 0 | 31 | 23 | 170 | 42 | 107 |
| Binary | 10011011 | 11001110 | 10011011 | 11001 | 0 | 11001 | 10011 | 1111000 | 100010 | 1000111 |
Color Harmonies of #9BCE9B
Complementary color
Monochromatic Colors of #9BCE9B
Black with #9BCE9B
Text Example
Text Example
White with #9BCE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCE9B; }
p { color: rgb(155,206,155); }
H1.HeaderClassName
{
color: #9BCE9B;
}
.AnyTagClassName
{
color: #9BCE9B;
}
</style>
background-color css
<style>
a { background-color: #9BCE9B; }
a { background-color: rgb(155,206,155); }
div.DivClassName
{
background-color: #9BCE9B;
}
.BgClassName
{
background-color: #9BCE9B;
}
</style>
border-color css
<style>
span { border-color: #9BCE9B; }
span { border-color: rgb(155,206,155); }
td.TdClassName
{
border-color: #9BCE9B;
}
.TagClassName
{
border-color: #9BCE9B;
}
</style>