Shades of Chinook #9BEBB1
Tints of Chinook #9BEBB1
RGB
CMYK
RGB Variations
Color information
#9BEBB1 (or 0x9BEBB1) is known color: Chinook. HEX triplet: 9B, EB and B1. RGB value is (155,235,177). Sum of RGB (Red+Green+Blue) = 155+235+177=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBB1 is #64144E. Grayscale: #CCCCCC. Windows color (decimal): -6558799 or 11660187. OLE color: 11660187.
HSL color Cylindrical-coordinate representation of color #9BEBB1: hue angle of 136.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBB1 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 177 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.08 |
| HSL | 136.5º | 0.67% | 0.76% | - |
| HSV(B) | 136.5º | 0.34% | 0.92% | - |
| XYZ | 51.16 | 69.56 | 52.32 | - |
| YUV | 204.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 177 | 0.34 | 0 | 0.25 | 0.08 | 136.5 | 0.67 | 0.76 |
| Hex | 9B | EB | B1 | 22 | 0 | 19 | 8 | 88 | 43 | 4C |
| Octal | 233 | 353 | 261 | 42 | 0 | 31 | 10 | 210 | 103 | 114 |
| Binary | 10011011 | 11101011 | 10110001 | 100010 | 0 | 11001 | 1000 | 10001000 | 1000011 | 1001100 |
Color Harmonies of #9BEBB1
Complementary color
Monochromatic Colors of #9BEBB1
Black with #9BEBB1
Text Example
Text Example
White with #9BEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBB1; }
p { color: rgb(155,235,177); }
H1.HeaderClassName
{
color: #9BEBB1;
}
.AnyTagClassName
{
color: #9BEBB1;
}
</style>
background-color css
<style>
a { background-color: #9BEBB1; }
a { background-color: rgb(155,235,177); }
div.DivClassName
{
background-color: #9BEBB1;
}
.BgClassName
{
background-color: #9BEBB1;
}
</style>
border-color css
<style>
span { border-color: #9BEBB1; }
span { border-color: rgb(155,235,177); }
td.TdClassName
{
border-color: #9BEBB1;
}
.TagClassName
{
border-color: #9BEBB1;
}
</style>