#9AC3A1

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

Shades of Chinook #9AC3A1

Tints of Chinook #9AC3A1

Color information

#9AC3A1 (or 0x9AC3A1) is unknown color: approx Chinook. HEX triplet: 9A, C3 and A1. RGB value is (154,195,161). Sum of RGB (Red+Green+Blue) = 154+195+161=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC3A1 is #653C5E. Grayscale: #B2B2B2. Windows color (decimal): -6634591 or 10601370. OLE color: 10601370.

HSL color Cylindrical-coordinate representation of color #9AC3A1: hue angle of 130.24º 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 #9AC3A1 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB154195161-
CMYK0.2100.170.24
HSL130.24º25.47%68.43%-
HSV(B)130.24º21.03%76.47%-
XYZ39.2748.4741-
YUV178.86117.92110.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 161 (63.28% from 255) = 31.57%
R=30.20%
G=38.24%
B=31.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541951610.2100.170.24130.2425.4768.43
Hex9AC3A11501118821944
Octal232303241250213020231104
Binary100110101100001110100001101010100011100010000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,195,161); }

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

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

 a { background-color: rgb(154,195,161); }

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

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

 span { border-color: rgb(154,195,161); }

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