#9ACAA6

Color #9ACAA6 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9ACAA6

Tints of Chinook #9ACAA6

Color information

#9ACAA6 (or 0x9ACAA6) is unknown color: approx Chinook. HEX triplet: 9A, CA and A6. RGB value is (154,202,166). Sum of RGB (Red+Green+Blue) = 154+202+166=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACAA6 is #653559. Grayscale: #B7B7B7. Windows color (decimal): -6632794 or 10930842. OLE color: 10930842.

HSL color Cylindrical-coordinate representation of color #9ACAA6: hue angle of 135º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACAA6 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB154202166-
CMYK0.2400.180.21
HSL135º31.17%69.8%-
HSV(B)135º23.76%79.22%-
XYZ41.3351.8643.91-
YUV183.54118.1106.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=29.50%
G=38.70%
B=31.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021660.2400.180.2113531.1769.8
Hex9ACAA61801215871f46
Octal232312246300222520737106
Binary100110101100101010100110110000100101010110000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACAA6; }

 p { color: rgb(154,202,166); }

 H1.HeaderClassName
 {
   color: #9ACAA6;
 }
 .AnyTagClassName
 {
   color: #9ACAA6;
 }
</style>
background-color css

<style>
 a { background-color: #9ACAA6; }

 a { background-color: rgb(154,202,166); }

 div.DivClassName
 {
   background-color: #9ACAA6;
 }
 .BgClassName
 {
   background-color: #9ACAA6;
 }
</style>
border-color css

<style>
 span { border-color: #9ACAA6; }

 span { border-color: rgb(154,202,166); }

 td.TdClassName
 {
   border-color: #9ACAA6;
 }
 .TagClassName
 {
   border-color: #9ACAA6;
 }
</style>