Shades of Chinook #9BCCA4
Tints of Chinook #9BCCA4
RGB
CMYK
RGB Variations
Color information
#9BCCA4 (or 0x9BCCA4) is known color: Chinook. HEX triplet: 9B, CC and A4. RGB value is (155,204,164). Sum of RGB (Red+Green+Blue) = 155+204+164=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCCA4 is #64335B. Grayscale: #B8B8B8. Windows color (decimal): -6566748 or 10800283. OLE color: 10800283.
HSL color Cylindrical-coordinate representation of color #9BCCA4: hue angle of 131.02º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCA4 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 164 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.2 |
| HSL | 131.02º | 0.32% | 0.7% | - |
| HSV(B) | 131.02º | 0.24% | 0.8% | - |
| XYZ | 41.81 | 52.83 | 43.12 | - |
| YUV | 184.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 164 | 0.24 | 0 | 0.20 | 0.2 | 131.02 | 0.32 | 0.7 |
| Hex | 9B | CC | A4 | 18 | 0 | 14 | 14 | 83 | 20 | 46 |
| Octal | 233 | 314 | 244 | 30 | 0 | 24 | 24 | 203 | 40 | 106 |
| Binary | 10011011 | 11001100 | 10100100 | 11000 | 0 | 10100 | 10100 | 10000011 | 100000 | 1000110 |
Color Harmonies of #9BCCA4
Complementary color
Monochromatic Colors of #9BCCA4
Black with #9BCCA4
Text Example
Text Example
White with #9BCCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCA4; }
p { color: rgb(155,204,164); }
H1.HeaderClassName
{
color: #9BCCA4;
}
.AnyTagClassName
{
color: #9BCCA4;
}
</style>
background-color css
<style>
a { background-color: #9BCCA4; }
a { background-color: rgb(155,204,164); }
div.DivClassName
{
background-color: #9BCCA4;
}
.BgClassName
{
background-color: #9BCCA4;
}
</style>
border-color css
<style>
span { border-color: #9BCCA4; }
span { border-color: rgb(155,204,164); }
td.TdClassName
{
border-color: #9BCCA4;
}
.TagClassName
{
border-color: #9BCCA4;
}
</style>