Shades of Chinook #9AC2A6
Tints of Chinook #9AC2A6
RGB
CMYK
RGB Variations
Color information
#9AC2A6 (or 0x9AC2A6) is known color: Chinook. HEX triplet: 9A, C2 and A6. RGB value is (154,194,166). Sum of RGB (Red+Green+Blue) = 154+194+166=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC2A6 is #653D59. Grayscale: #B2B2B2. Windows color (decimal): -6634842 or 10928794. OLE color: 10928794.
HSL color Cylindrical-coordinate representation of color #9AC2A6: hue angle of 138º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC2A6 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 194 | 166 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.24 |
| HSL | 138º | 0.25% | 0.68% | - |
| HSV(B) | 138º | 0.21% | 0.76% | - |
| XYZ | 39.5 | 48.21 | 43.3 | - |
| YUV | 178.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 194 | 166 | 0.21 | 0 | 0.14 | 0.24 | 138 | 0.25 | 0.68 |
| Hex | 9A | C2 | A6 | 15 | 0 | E | 18 | 8A | 19 | 44 |
| Octal | 232 | 302 | 246 | 25 | 0 | 16 | 30 | 212 | 31 | 104 |
| Binary | 10011010 | 11000010 | 10100110 | 10101 | 0 | 1110 | 11000 | 10001010 | 11001 | 1000100 |
Color Harmonies of #9AC2A6
Complementary color
Monochromatic Colors of #9AC2A6
Black with #9AC2A6
Text Example
Text Example
White with #9AC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC2A6; }
p { color: rgb(154,194,166); }
H1.HeaderClassName
{
color: #9AC2A6;
}
.AnyTagClassName
{
color: #9AC2A6;
}
</style>
background-color css
<style>
a { background-color: #9AC2A6; }
a { background-color: rgb(154,194,166); }
div.DivClassName
{
background-color: #9AC2A6;
}
.BgClassName
{
background-color: #9AC2A6;
}
</style>
border-color css
<style>
span { border-color: #9AC2A6; }
span { border-color: rgb(154,194,166); }
td.TdClassName
{
border-color: #9AC2A6;
}
.TagClassName
{
border-color: #9AC2A6;
}
</style>