Shades of Chinook #9BCAA4
Tints of Chinook #9BCAA4
RGB
CMYK
RGB Variations
Color information
#9BCAA4 (or 0x9BCAA4) is known color: Chinook. HEX triplet: 9B, CA and A4. RGB value is (155,202,164). Sum of RGB (Red+Green+Blue) = 155+202+164=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCAA4 is #64355B. Grayscale: #B7B7B7. Windows color (decimal): -6567260 or 10799771. OLE color: 10799771.
HSL color Cylindrical-coordinate representation of color #9BCAA4: hue angle of 131.49º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAA4 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 164 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.21 |
| HSL | 131.49º | 0.31% | 0.7% | - |
| HSV(B) | 131.49º | 0.23% | 0.79% | - |
| XYZ | 41.34 | 51.89 | 42.96 | - |
| YUV | 183.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 164 | 0.23 | 0 | 0.19 | 0.21 | 131.49 | 0.31 | 0.7 |
| Hex | 9B | CA | A4 | 17 | 0 | 13 | 15 | 83 | 1F | 46 |
| Octal | 233 | 312 | 244 | 27 | 0 | 23 | 25 | 203 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10100100 | 10111 | 0 | 10011 | 10101 | 10000011 | 11111 | 1000110 |
Color Harmonies of #9BCAA4
Complementary color
Monochromatic Colors of #9BCAA4
Black with #9BCAA4
Text Example
Text Example
White with #9BCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAA4; }
p { color: rgb(155,202,164); }
H1.HeaderClassName
{
color: #9BCAA4;
}
.AnyTagClassName
{
color: #9BCAA4;
}
</style>
background-color css
<style>
a { background-color: #9BCAA4; }
a { background-color: rgb(155,202,164); }
div.DivClassName
{
background-color: #9BCAA4;
}
.BgClassName
{
background-color: #9BCAA4;
}
</style>
border-color css
<style>
span { border-color: #9BCAA4; }
span { border-color: rgb(155,202,164); }
td.TdClassName
{
border-color: #9BCAA4;
}
.TagClassName
{
border-color: #9BCAA4;
}
</style>