Shades of Chinook #9ACBA2
Tints of Chinook #9ACBA2
RGB
CMYK
RGB Variations
Color information
#9ACBA2 (or 0x9ACBA2) is known color: Chinook. HEX triplet: 9A, CB and A2. RGB value is (154,203,162). Sum of RGB (Red+Green+Blue) = 154+203+162=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBA2 is #65345D. Grayscale: #B7B7B7. Windows color (decimal): -6632542 or 10668954. OLE color: 10668954.
HSL color Cylindrical-coordinate representation of color #9ACBA2: hue angle of 129.8º 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 #9ACBA2 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 203 | 162 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.20 |
| HSL | 129.8º | 0.32% | 0.7% | - |
| HSV(B) | 129.8º | 0.24% | 0.8% | - |
| XYZ | 41.2 | 52.19 | 42.08 | - |
| YUV | 183.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 203 | 162 | 0.24 | 0 | 0.20 | 0.20 | 129.8 | 0.32 | 0.7 |
| Hex | 9A | CB | A2 | 18 | 0 | 14 | 14 | 82 | 20 | 46 |
| Octal | 232 | 313 | 242 | 30 | 0 | 24 | 24 | 202 | 40 | 106 |
| Binary | 10011010 | 11001011 | 10100010 | 11000 | 0 | 10100 | 10100 | 10000010 | 100000 | 1000110 |
Color Harmonies of #9ACBA2
Complementary color
Monochromatic Colors of #9ACBA2
Black with #9ACBA2
Text Example
Text Example
White with #9ACBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACBA2; }
p { color: rgb(154,203,162); }
H1.HeaderClassName
{
color: #9ACBA2;
}
.AnyTagClassName
{
color: #9ACBA2;
}
</style>
background-color css
<style>
a { background-color: #9ACBA2; }
a { background-color: rgb(154,203,162); }
div.DivClassName
{
background-color: #9ACBA2;
}
.BgClassName
{
background-color: #9ACBA2;
}
</style>
border-color css
<style>
span { border-color: #9ACBA2; }
span { border-color: rgb(154,203,162); }
td.TdClassName
{
border-color: #9ACBA2;
}
.TagClassName
{
border-color: #9ACBA2;
}
</style>