Shades of Chinook #9ACBA5
Tints of Chinook #9ACBA5
RGB
CMYK
RGB Variations
Color information
#9ACBA5 (or 0x9ACBA5) is known color: Chinook. HEX triplet: 9A, CB and A5. RGB value is (154,203,165). Sum of RGB (Red+Green+Blue) = 154+203+165=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBA5 is #65345A. Grayscale: #B8B8B8. Windows color (decimal): -6632539 or 10865562. OLE color: 10865562.
HSL color Cylindrical-coordinate representation of color #9ACBA5: hue angle of 133.47º 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 #9ACBA5 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 165 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.20 |
| HSL | 133.47º | 0.32% | 0.7% | - |
| HSV(B) | 133.47º | 0.24% | 0.8% | - |
| XYZ | 41.47 | 52.3 | 43.51 | - |
| YUV | 184.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 165 | 0.24 | 0 | 0.19 | 0.20 | 133.47 | 0.32 | 0.7 |
| Hex | 9A | CB | A5 | 18 | 0 | 13 | 14 | 85 | 20 | 46 |
| Octal | 232 | 313 | 245 | 30 | 0 | 23 | 24 | 205 | 40 | 106 |
| Binary | 10011010 | 11001011 | 10100101 | 11000 | 0 | 10011 | 10100 | 10000101 | 100000 | 1000110 |
Color Harmonies of #9ACBA5
Complementary color
Monochromatic Colors of #9ACBA5
Black with #9ACBA5
Text Example
Text Example
White with #9ACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACBA5; }
p { color: rgb(154,203,165); }
H1.HeaderClassName
{
color: #9ACBA5;
}
.AnyTagClassName
{
color: #9ACBA5;
}
</style>
background-color css
<style>
a { background-color: #9ACBA5; }
a { background-color: rgb(154,203,165); }
div.DivClassName
{
background-color: #9ACBA5;
}
.BgClassName
{
background-color: #9ACBA5;
}
</style>
border-color css
<style>
span { border-color: #9ACBA5; }
span { border-color: rgb(154,203,165); }
td.TdClassName
{
border-color: #9ACBA5;
}
.TagClassName
{
border-color: #9ACBA5;
}
</style>